New file for building against uninstalled libxml2 builds. Support the


Tue Sep 30 12:31:00 AEST 2003 Malcolm Tredinnick <malcolm@commsecure.com.au>

	* libxml-2.0-uninstalled.pc.in: New file for building against
	uninstalled libxml2 builds.
	* configure.in, Makefile.am: Support the *-uninstalled.pc file.
diff --git a/configure.in b/configure.in
index 1ef229d..6ebf1d0 100644
--- a/configure.in
+++ b/configure.in
@@ -974,6 +974,9 @@
 rm -f COPYING.LIB COPYING
 ln -s Copyright COPYING
 
-AC_OUTPUT(libxml2.spec:libxml.spec.in Makefile include/Makefile include/libxml/Makefile doc/Makefile example/Makefile python/Makefile python/tests/Makefile include/libxml/xmlversion.h xml2-config libxml-2.0.pc xml2Conf.sh python/setup.py)
+AC_OUTPUT(libxml2.spec:libxml.spec.in Makefile include/Makefile
+include/libxml/Makefile doc/Makefile example/Makefile python/Makefile
+python/tests/Makefile include/libxml/xmlversion.h xml2-config libxml-2.0.pc
+libxml-2.0-uninstalled.pc xml2Conf.sh python/setup.py)
 
 chmod +x xml2-config xml2Conf.sh python/setup.py