From 6cfbfd8f6bc48c022dc26d2dd828f343e8f7ae04 Mon Sep 17 00:00:00 2001 From: rbdpngn Date: Sun, 20 Jul 2003 16:54:05 +0000 Subject: [PATCH] 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 --- legacy/evas/autogen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/legacy/evas/autogen.sh b/legacy/evas/autogen.sh index d7b3a02598..da512c05cc 100755 --- a/legacy/evas/autogen.sh +++ b/legacy/evas/autogen.sh @@ -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"