From 693ce050a7a9a4f339675e2350f4b9493e1f0619 Mon Sep 17 00:00:00 2001 From: "Fred L. Drake, Jr." Date: Fri, 9 Nov 2001 04:07:43 +0000 Subject: [PATCH] Be more reliable about using the libtool version on the PATH when this script is run. Part of SF patch #465018. --- expat/buildconf.sh | 1 + 1 file changed, 1 insertion(+) 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` -- 2.40.0