It seems libtool on certain platforms (or possibly certain versions) no longer

support the --version arg to libtool. Using libtoolize instead solves the
problem.


SVN revision: 7196
This commit is contained in:
rbdpngn 2003-07-20 16:54:05 +00:00 committed by rbdpngn
parent 3d128a9cdc
commit 6cfbfd8f6b
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"