Accept glibtoolize as libtoolize

Of course, we don't really run it, autoreconf does.  We just
err if neither is available.  glibtoolize is the name it is
shipped under on OS X.  Reported by Adam.
This commit is contained in:
Behdad Esfahbod 2015-03-04 15:43:05 -08:00
parent 02a04e6afb
commit 6763e21afb
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ which pkg-config || {
}
echo -n "checking for libtoolize... "
which libtoolize || {
which glibtoolize libtoolize || {
echo "*** No libtoolize (libtool) found, please install it ***"
exit 1
}