]> granicus.if.org Git - libexpat/commitdiff
Be more reliable about using the libtool version on the PATH when this
authorFred L. Drake, Jr. <fdrake@users.sourceforge.net>
Fri, 9 Nov 2001 04:07:43 +0000 (04:07 +0000)
committerFred L. Drake, Jr. <fdrake@users.sourceforge.net>
Fri, 9 Nov 2001 04:07:43 +0000 (04:07 +0000)
script is run.  Part of SF patch #465018.

expat/buildconf.sh

index e3df9919541e4d65a3a7caf98b2a9fdb0508161a..362ff81c15910ff7d515504845c5fb64c38f3b9c 100755 (executable)
@@ -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`