Anticipate Mac OS X glibtoolize

This commit is contained in:
Willem Toorop 2016-08-25 12:40:02 +02:00
parent 5c6f036326
commit c84ff93e4f
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ then
fi
if [ ! -f "${SRCROOT}/libtool" ]
then
(cd "${SRCROOT}"; libtoolize -fic)
(cd "${SRCROOT}"; (glibtoolize -fic || libtoolize -fic))
fi
if [ ! -f "${SRCROOT}/configure" ]
then