Some packaging cleanup:
- Makefile.am doc/Makefile.am libxml.spec.in: painful work to get
  the HTML doc to go into the -devel RPM ...
- aclocal.m4 config.h.in: some updates due to auto* magic
Daniel
diff --git a/config.h.in b/config.h.in
index 20e40de..5096ffb 100644
--- a/config.h.in
+++ b/config.h.in
@@ -16,6 +16,9 @@
 #undef HAVE_LIBREADLINE
 #undef SOCKLEN_T
 
+/* Define if you have the _stat function.  */
+#undef HAVE__STAT
+
 /* Define if you have the class function.  */
 #undef HAVE_CLASS
 
@@ -40,6 +43,9 @@
 /* Define if you have the snprintf function.  */
 #undef HAVE_SNPRINTF
 
+/* Define if you have the stat function.  */
+#undef HAVE_STAT
+
 /* Define if you have the strdup function.  */
 #undef HAVE_STRDUP