patched to have shared libraries for Python regression tests and static

* Makefile.am configure.in: patched to have shared libraries
  for Python regression tests and static binaries for gdb debug
  in my development environment
* relaxng.c: more bugfixes
  found 373 test schemas: 296 success 77 failures
  found 529 test instances: 516 success 8 failures
* result/relaxng/*: updated the results
Daniel
diff --git a/configure.in b/configure.in
index 75c4677..2058c82 100644
--- a/configure.in
+++ b/configure.in
@@ -334,8 +334,12 @@
         with_docbook="yes"
     fi
     CFLAGS="-g -O -pedantic -W -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls "
+    STATIC_BINARIES="-static"
 dnl -Wcast-qual -ansi
+else
+    STATIC_BINARIES=
 fi
+AC_SUBST(STATIC_BINARIES)
 
 dnl
 dnl Check for trio string functions