mirror of
https://gitlab.gnome.org/GNOME/libxml2
synced 2025-03-28 21:33:13 +00: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:
parent
8127390f03
commit
0643112b6a
@ -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
|
||||
|
@ -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 \
|
||||
|
@ -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
|
||||
|
12
libxml-2.0-uninstalled.pc.in
Normal file
12
libxml-2.0-uninstalled.pc.in
Normal 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@
|
Loading…
x
Reference in New Issue
Block a user