mirror of
https://git.jami.net/savoirfairelinux/jami-daemon.git
synced 2025-08-12 22:09:25 +08:00
autogen: try homebrew libtool version too
Change-Id: Ica75f1c6330ff2e57565cbd15d4b91933ee65b8c Refs: #46762
This commit is contained in:

committed by
Vittorio Giovara

parent
eb67886f3b
commit
4a4ba8e22a
@ -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
|
||||
|
Reference in New Issue
Block a user