Use libtoolize over libtool for testing for the version.

SVN revision: 7537
This commit is contained in:
rbdpngn 2003-10-11 23:18:23 +00:00 committed by rbdpngn
parent d5ae18cc54
commit f614c1ce82
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"