Again, libtoolize for version checking.

SVN revision: 9454
This commit is contained in:
rbdpngn 2004-03-25 02:12:09 +00:00 committed by rbdpngn
parent 8633f2c941
commit 4544dafe7a
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"