libtoolize is really the tool that is actually used, libtool just happens
to be in the same package on most linux distributions.
Thanks to Sebastian Ramache for the patch
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6423
b64f7644-9d1e-0410-96f1-
a4d463321fa5
}
(grep "^AM_PROG_LIBTOOL" $srcdir/configure.ac >/dev/null) && {
- (libtool --version) < /dev/null > /dev/null 2>&1 || {
+ (libtoolize --version) < /dev/null > /dev/null 2>&1 || {
echo
echo "**Error**: You must have \`libtool' installed."
echo "You can get it from: ftp://ftp.gnu.org/pub/gnu/"