Portable version check for libtool.

SVN revision: 7943
This commit is contained in:
rbdpngn 2003-11-25 07:23:48 +00:00 committed by rbdpngn
parent 6bee6d788d
commit 8e9d2983a0
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"