Various small bugfixes, Daniel.
diff --git a/Makefile.am b/Makefile.am
index 83a5c20..52dd27b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -259,5 +259,6 @@
 	sed -e 's?\@XML_LIBDIR\@?$(XML_LIBDIR)?g' \
 	    -e 's?\@XML_INCLUDEDIR\@?$(XML_INCLUDEDIR)?g' \
 	    -e 's?\@XML_LIBS\@?$(XML_LIBS)?g' \
+	    -e 's?\@VERSION\@?$(VERSION)?g' \
 	      < $(srcdir)/xmlConf.sh.in > xmlConf.tmp \
 	  && mv xmlConf.tmp xmlConf.sh