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:
parent
02a04e6afb
commit
6763e21afb
|
@ -20,7 +20,7 @@ which pkg-config || {
|
||||||
}
|
}
|
||||||
|
|
||||||
echo -n "checking for libtoolize... "
|
echo -n "checking for libtoolize... "
|
||||||
which libtoolize || {
|
which glibtoolize libtoolize || {
|
||||||
echo "*** No libtoolize (libtool) found, please install it ***"
|
echo "*** No libtoolize (libtool) found, please install it ***"
|
||||||
exit 1
|
exit 1
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue