Skip to content
Snippets Groups Projects
Commit 323802c7 authored by Vittorio Giovara's avatar Vittorio Giovara Committed by Tristan Matthews
Browse files

autogen: try for the homebrew libtool version too

Refs: #46762
parent 36a2a7bd
No related branches found
No related tags found
No related merge requests found
...@@ -14,10 +14,13 @@ if test -z $PKGCONFIG; then ...@@ -14,10 +14,13 @@ if test -z $PKGCONFIG; then
fi fi
LIBTOOLIZE=`which libtoolize || which glibtoolize` LIBTOOLIZE=`which libtoolize || which glibtoolize`
if test -z $LIBTOOLIZE; then
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
fi fi
fi
# Workaround for http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=565663 # Workaround for http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=565663
mkdir -p m4 mkdir -p m4
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment