* Fix all files called `ltmain.sh' in the source tree.

svn path=/nixpkgs/trunk/; revision=854
This commit is contained in:
Eelco Dolstra 2004-03-27 15:48:46 +00:00
parent 4f155b0f7a
commit f0b3c89f89

View file

@ -328,7 +328,10 @@ configureW() {
fi
if test -z "$dontFixLibtool" -a -f ./ltmain.sh; then
fixLibtool ./ltmain.sh
for i in $(find . -name "ltmain.sh"); do
echo "fixing libtool script $i"
fixLibtool $i
done
fi
if test -z "$dontAddPrefix"; then