1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2024-10-26 12:25:09 +03:00

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.
This commit is contained in:
AEST 2003 Malcolm Tredinnick 2003-09-30 02:36:08 +00:00 committed by Malcolm Tredinnick
parent 8127390f03
commit 0643112b6a
4 changed files with 23 additions and 2 deletions

View File

@ -1,3 +1,9 @@
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.
Tue Sep 30 02:38:16 CEST 2003 Daniel Veillard <daniel@veillard.com>
* Makefile.am SAX.c SAX2.c configure.in globals.c parser.c

View File

@ -921,7 +921,7 @@ EXTRA_DIST = xml2-config.in xml2Conf.sh.in libxml.spec.in libxml2.spec \
libxml.m4 Copyright check-xml-test-suite.py \
check-relaxng-test-suite.py check-xinclude-test-suite.py \
example/Makefile.am example/gjobread.c example/gjobs.xml \
$(man_MANS) libxml-2.0.pc.in \
$(man_MANS) libxml-2.0.pc.in libxml-2.0-uninstalled.pc.in \
trionan.c trionan.h triostr.c triostr.h trio.c trio.h \
triop.h triodef.h libxml.h \
testThreadsWin32.c genUnicode.py TODO_SCHEMAS \

View File

@ -974,6 +974,9 @@ AC_SUBST(RELDATE)
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

View File

@ -0,0 +1,12 @@
prefix=
exec_prefix=
libdir=${pcfiledir}
includedir=${pcfiledir}/include
Name: libXML
Version: @VERSION@
Description: libXML library version2.
Requires:
Libs: -L${libdir} -lxml2 @THREAD_LIBS@ @Z_LIBS@ @ICONV_LIBS@ @M_LIBS@ @LIBS@
Cflags: -I${includedir} @XML_INCLUDEDIR@ @XML_CFLAGS@