From: Fred L. Drake, Jr. Date: Fri, 9 Nov 2001 04:07:43 +0000 (+0000) Subject: Be more reliable about using the libtool version on the PATH when this X-Git-Tag: R_1_95_3~123 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=693ce050a7a9a4f339675e2350f4b9493e1f0619;p=libexpat Be more reliable about using the libtool version on the PATH when this script is run. Part of SF patch #465018. --- diff --git a/expat/buildconf.sh b/expat/buildconf.sh index e3df9919..362ff81c 100755 --- a/expat/buildconf.sh +++ b/expat/buildconf.sh @@ -19,6 +19,7 @@ fi # --copy to avoid symlinks; we want originals for the distro # --automake to make it shut up about "things to do" # +(cd conftools/; rm -f ltmain.sh ltconfig) $libtoolize --force --copy --automake ltpath=`dirname $libtoolize`