Check for libtoolize instead of libtool before running libtoolize.
authorRalph Giles <giles@xiph.org>
Tue, 9 Jul 2002 13:07:56 +0000 (13:07 +0000)
committerRalph Giles <giles@xiph.org>
Tue, 9 Jul 2002 13:07:56 +0000 (13:07 +0000)
svn path=/trunk/vorbis/; revision=3556

autogen.sh

index 98f8a22..58aef5b 100755 (executable)
@@ -27,7 +27,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,"