Skip to content
Snippets Groups Projects
Commit 4a4ba8e2 authored by Vittorio Giovara's avatar Vittorio Giovara Committed by Vittorio Giovara
Browse files

autogen: try homebrew libtool version too

Change-Id: Ica75f1c6330ff2e57565cbd15d4b91933ee65b8c
Refs: #46762
parent eb67886f
No related branches found
No related tags found
No related merge requests found
...@@ -13,7 +13,7 @@ if test -z $PKGCONFIG; then ...@@ -13,7 +13,7 @@ if test -z $PKGCONFIG; then
# by configure, not autogen.sh # by configure, not autogen.sh
fi fi
LIBTOOLIZE=`which libtoolize` LIBTOOLIZE=`which libtoolize || which glibtoolize`
if test -z $LIBTOOLIZE; then if test -z $LIBTOOLIZE; then
echo "*** No libtool found, please install it ***" echo "*** No libtool found, please install it ***"
exit 1 exit 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment