* Fixing ltmain.sh is now done in setup.sh.

svn path=/nixpkgs/trunk/; revision=869
This commit is contained in:
Eelco Dolstra 2004-03-29 10:15:12 +00:00
parent 5862e56f26
commit e3ff964291

View file

@ -25,15 +25,6 @@ fi
installFlags="$makeFlags"
preConfigure() {
for i in $(find . -name "ltmain.sh"); do
echo "fixing $i"
fixLibtool $i
done
}
preConfigure=preConfigure
postInstall() {
if test "$swigBindings"; then
make swig-py