Use libtoolize instead of libtool.

SVN revision: 9453
This commit is contained in:
rbdpngn 2004-03-25 02:08:55 +00:00 committed by rbdpngn
parent 6685ca7a70
commit 8633f2c941
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ DIE=0
}
(grep "^AM_PROG_LIBTOOL" $srcdir/configure.in >/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 "Get ftp://ftp.gnu.org/pub/gnu/libtool-1.2d.tar.gz"