aboutsummaryrefslogtreecommitdiffstats
path: root/libxml-2.0.pc.in
diff options
context:
space:
mode:
authorCET 2001 Tomasz Kłoczko <kloczek@pld.org.pl>2001-02-23 01:37:32 +0000
committerTomasz KĹ‚oczko <kloczek@src.gnome.org>2001-02-23 01:37:32 +0000
commit64636e7f6e97729eae365801ab13632492bf0b14 (patch)
tree09bde07fbf367c8b192804b891ed1b79df4fc0ea /libxml-2.0.pc.in
parent4b637079f26d8f5879ed45eb18cd249cad261951 (diff)
downloadandroid_external_libxml2-64636e7f6e97729eae365801ab13632492bf0b14.tar.gz
android_external_libxml2-64636e7f6e97729eae365801ab13632492bf0b14.tar.bz2
android_external_libxml2-64636e7f6e97729eae365801ab13632492bf0b14.zip
moved to libxml directory - this allow simplify automake/autoconf. Now
Thu Feb 23 02:03:56 CET 2001 Tomasz Kłoczko <kloczek@pld.org.pl> * *.c *.h libxml files: moved to libxml directory - this allow simplify automake/autoconf. Now isn't neccessary hack on am/ac level for make and remove libxml symlink (modified for this also configure.in and main Makefile.am). Now automake abilities are used in best way (like in many other projects with libraries). * include/win32config.h: moved to libxml directory (now include directory isn't neccessary). * Makefile.am, examples/Makefile.am, libxml/Makefile.am: added empty DEFS and in INCLUDES rest only -I$(top_builddir) - this allow minimize parameters count passed to libtool script (now compilation is also slyghtly more quiet). * configure.in: simplifies libzdetestion - prepare separated variables for keep libz name and path to libz header files isn't realy neccessary (if someone have libz installed in non standard prefix path to header files ald library can be passed as: $ CFALGS="-I</libz.h/path>" LDFLAGS="-L</libz/path>" ./configure * autogen.sh: check now for libxml/entities.h. After above building libxml pass correctly and also pass "make install DESTDIR=</install/prefix>" from tar ball generated by "make dist". Seems ac/am reorganization is finished. This changes not touches any other things on *.{c,h} files level.
Diffstat (limited to 'libxml-2.0.pc.in')
-rw-r--r--libxml-2.0.pc.in12
1 files changed, 0 insertions, 12 deletions
diff --git a/libxml-2.0.pc.in b/libxml-2.0.pc.in
deleted file mode 100644
index d93b3e77..00000000
--- a/libxml-2.0.pc.in
+++ /dev/null
@@ -1,12 +0,0 @@
-prefix=@prefix@
-exec_prefix=@exec_prefix@
-libdir=@libdir@
-includedir=@includedir@
-
-
-Name: libXML
-Version: @VERSION@
-Description: libXML library.
-Requires:
-Libs: -L${libdir} -lxml2 @Z_LIBS@ @M_LIBS@ @LIBS@
-Cflags: @XML_INCLUDEDIR@ @XML_CFLAGS@