From 6605f89786be9f0b153f77cccc663de46d2246fd Mon Sep 17 00:00:00 2001 From: Ralph Giles Date: Thu, 31 Jul 2003 15:35:37 +0000 Subject: Check for libtoolize, not libtool in autogen.sh. svn path=/trunk/ogg/; revision=5185 --- autogen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'autogen.sh') diff --git a/autogen.sh b/autogen.sh index e71d069..e5fe1f8 100755 --- a/autogen.sh +++ b/autogen.sh @@ -28,7 +28,7 @@ DIE=0 DIE=1 } -(libtool --version) < /dev/null > /dev/null 2>&1 || { +(libtoolize --version) < /dev/null > /dev/null 2>&1 || { echo echo "You must have libtool installed to compile $package." echo "Download the appropriate package for your system, -- cgit v1.2.1