* Fixing ltmain.sh is now done in setup.sh.
svn path=/nixpkgs/trunk/; revision=869
This commit is contained in:
parent
5862e56f26
commit
e3ff964291
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user