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
This commit is contained in:
Daniel Veillard 2003-09-01 20:33:14 +00:00
parent 4fc5281dee
commit e8553730ed
3 changed files with 15 additions and 0 deletions

View File

@ -1,3 +1,8 @@
Mon Sep 1 22:31:38 CEST 2003 Daniel Veillard <daniel@veillard.com>
* 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 <wbrack@mmm.com.hk>
* doc/README.docs, doc/Makefile.am: new file added,

View File

@ -17,6 +17,11 @@ htmlIsBooleanAttr()
htmlNewDoc()
htmlNewDocNoDtD()
# functions from module SAX2
defaultSAXHandlerInit()
docbDefaultSAXHandlerInit()
htmlDefaultSAXHandlerInit()
# functions from module catalog
catalogAdd()
catalogCleanup()

View File

@ -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