From 8633f2c94151840d4aff907bfdeb3c8b51fb33a6 Mon Sep 17 00:00:00 2001 From: rbdpngn Date: Thu, 25 Mar 2004 02:08:55 +0000 Subject: [PATCH] Use libtoolize instead of libtool. SVN revision: 9453 --- legacy/embryo/autogen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/legacy/embryo/autogen.sh b/legacy/embryo/autogen.sh index 9226176c74..778fc5b1d9 100755 --- a/legacy/embryo/autogen.sh +++ b/legacy/embryo/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"