* Various bug fixes in setup.sh and ld-wrapper.sh.

svn path=/nixpkgs/trunk/; revision=909
This commit is contained in:
Eelco Dolstra
2004-04-02 17:49:44 +00:00
parent 798a009f1d
commit 1550034ac4
5 changed files with 13 additions and 28 deletions
@@ -23,15 +23,6 @@ fi
installFlags="$makeFlags"
preConfigure() {
for i in $(find . -name "ltmain.sh"); do
echo "fixing libtool script $i"
fixLibtool $i
done
}
preConfigure=preConfigure
postInstall() {
if test "$swigBindings"; then
make swig-py