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/Makefile.am b/Makefile.am
index f8c346d..b379d9b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -386,7 +386,10 @@
 	-cp libxml.spec $(distdir)
 	(cd $(srcdir) ; tar -cf - --exclude CVS test result SAXresult ) | (cd $(distdir); tar xf -)
 
-rpm: $(distdir).tar.gz
+cleantar:
+	@(rm -f libxslt*.tar.gz)
+
+rpm: cleantar distcheck
 	rpm -ta $(distdir).tar.gz
 
 ## We create xmlConf.sh here and not from configure because we want