Use libtoolize for version checking.
authorrbdpngn <rbdpngn>
Sat, 19 Jun 2004 04:19:19 +0000 (04:19 +0000)
committerrbdpngn <rbdpngn@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sat, 19 Jun 2004 04:19:19 +0000 (04:19 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/e17/libs/emotion@10546 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

autogen.sh

index 9226176..778fc5b 100755 (executable)
@@ -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"