summaryrefslogtreecommitdiff
path: root/expat/buildconf.sh
diff options
context:
space:
mode:
authorFred L. Drake, Jr. <fdrake@users.sourceforge.net>2001-11-09 04:07:43 +0000
committerFred L. Drake, Jr. <fdrake@users.sourceforge.net>2001-11-09 04:07:43 +0000
commit693ce050a7a9a4f339675e2350f4b9493e1f0619 (patch)
treeaf1097d7d41f7e6b39d66d68a2334536e5a6ec5a /expat/buildconf.sh
parent1c626a9defdb8130c21c34b0924ee667ae361563 (diff)
downloadlibexpat-git-693ce050a7a9a4f339675e2350f4b9493e1f0619.tar.gz
Be more reliable about using the libtool version on the PATH when this
script is run. Part of SF patch #465018.
Diffstat (limited to 'expat/buildconf.sh')
-rwxr-xr-xexpat/buildconf.sh1
1 files changed, 1 insertions, 0 deletions
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`