* Fix all files called `ltmain.sh' in the source tree.
svn path=/nixpkgs/trunk/; revision=854
This commit is contained in:
parent
4f155b0f7a
commit
f0b3c89f89
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user