From e8553730ed136402a5157272e887d476dc08558f Mon Sep 17 00:00:00 2001 From: Daniel Veillard Date: Mon, 1 Sep 2003 20:33:14 +0000 Subject: [PATCH] Applied a patch from Kevin P. Fleming to add --libtool-libs option to * configure.in xml2-config.in: Applied a patch from Kevin P. Fleming to add --libtool-libs option to xml2-config script. Daniel --- ChangeLog | 5 +++++ python/libxml2class.txt | 5 +++++ xml2-config.in | 5 +++++ 3 files changed, 15 insertions(+) diff --git a/ChangeLog b/ChangeLog index 82109f12..71d009dd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Mon Sep 1 22:31:38 CEST 2003 Daniel Veillard + + * configure.in xml2-config.in: Applied a patch from Kevin P. Fleming + to add --libtool-libs option to xml2-config script. + Sun Aug 31 21:52:12 PDT 2003 William Brack * doc/README.docs, doc/Makefile.am: new file added, diff --git a/python/libxml2class.txt b/python/libxml2class.txt index 85e178bc..310d2721 100644 --- a/python/libxml2class.txt +++ b/python/libxml2class.txt @@ -17,6 +17,11 @@ htmlIsBooleanAttr() htmlNewDoc() htmlNewDocNoDtD() +# functions from module SAX2 +defaultSAXHandlerInit() +docbDefaultSAXHandlerInit() +htmlDefaultSAXHandlerInit() + # functions from module catalog catalogAdd() catalogCleanup() diff --git a/xml2-config.in b/xml2-config.in index 72821869..b44d19af 100644 --- a/xml2-config.in +++ b/xml2-config.in @@ -14,6 +14,7 @@ Known values for OPTION are: --prefix=DIR change libxml prefix [default $prefix] --libs print library linking information + --libtool-libs print linking information for use with libtool --cflags print pre-processor and compiler flags --help display this help and exit --version output version information @@ -59,6 +60,10 @@ while test $# -gt 0; do echo @XML_INCLUDEDIR@ @XML_CFLAGS@ ;; + --libtool-libs) + echo ${libdir}/@XML_LIBTOOLLIBS@ + ;; + --libs) if [ "`uname`" = "Linux" ] then