autogen: try homebrew libtool version too

Change-Id: Ica75f1c6330ff2e57565cbd15d4b91933ee65b8c
Refs: #46762
This commit is contained in:
Vittorio Giovara
2014-06-26 19:36:18 -04:00
committed by Vittorio Giovara
parent eb67886f3b
commit 4a4ba8e22a

View File

@ -13,7 +13,7 @@ if test -z $PKGCONFIG; then
# by configure, not autogen.sh
fi
LIBTOOLIZE=`which libtoolize`
LIBTOOLIZE=`which libtoolize || which glibtoolize`
if test -z $LIBTOOLIZE; then
echo "*** No libtool found, please install it ***"
exit 1