Fixes for Mac OS X
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user