Fixes for Mac OS X

This commit is contained in:
john.mccutchan
2008-10-03 22:20:20 +00:00
parent a70b0550ef
commit 192198f365
4 changed files with 31 additions and 2 deletions

View File

@@ -22,6 +22,14 @@ else
exit $rc
fi
if test $rc -eq 0; then
echo "libtool worked."
else
echo "libtool failed. trying glibtool."
glibtoolize --force --automake --copy
rc=$?
fi
if test $rc -eq 0; then
echo "running automake"
automake --add-missing --copy