From gstein at users.sourceforge.net Tue Jun 17 19:11:48 2003 From: gstein at users.sourceforge.net (Greg Stein) Date: Tue Jun 17 21:11:52 2003 Subject: [Expat-checkins] expat buildconf.sh,1.9,1.10 Message-ID: Update of /cvsroot/expat/expat In directory sc8-pr-cvs1:/tmp/cvs-serv22950 Modified Files: buildconf.sh Log Message: Patch submitted by Joe Orton with additional modifications by Greg Stein (comments and text changes). * buildconf.sh: to deal with crazy/custom libtool installations, allow the developer/package to specify the libtool.m4 location by setting the LIBTOOL_M4 environment variable. If that isn't set, then we use our previous method of trying to derive its location. Index: buildconf.sh =================================================================== RCS file: /cvsroot/expat/expat/buildconf.sh,v retrieving revision 1.9 retrieving revision 1.10 diff -u -d -r1.9 -r1.10 --- buildconf.sh 1 Jun 2002 22:55:22 -0000 1.9 +++ buildconf.sh 18 Jun 2003 01:11:45 -0000 1.10 @@ -66,9 +66,17 @@ # $libtoolize --copy --automake +# +# Find the libtool.m4 file. The developer/packager can set the LIBTOOL_M4 +# environment variable to specify its location. If that variable is not +# set, then we'll assume a "standard" libtool installation and try to +# derive its location. +# ltpath=`dirname $libtoolize` -ltfile=`cd $ltpath/../share/aclocal ; pwd`/libtool.m4 +ltfile=${LIBTOOL_M4-`cd $ltpath/../share/aclocal ; pwd`/libtool.m4} cp $ltfile conftools/libtool.m4 + +echo "Using libtool.m4 from ${ltfile}." #-------------------------------------------------------------------------- From suebsakul.a at hcwml.com Mon Jun 23 21:33:43 2003 From: suebsakul.a at hcwml.com (Suebsakul Ampa) Date: Mon Jun 23 11:22:58 2003 Subject: [Expat-checkins] Bug C XML paser Message-ID: <215AAB9D253A164CA780A20F39DB609102310F0B@MAIL1.hcwml.com> Skipped content of type multipart/alternative