summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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`