summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorRalph Giles <giles@xiph.org>2003-07-31 15:35:37 +0000
committerRalph Giles <giles@xiph.org>2003-07-31 15:35:37 +0000
commit6605f89786be9f0b153f77cccc663de46d2246fd (patch)
treeaf294f6bbf082db6446b860c4516b4e82f46504f /autogen.sh
parentf65af34324650e6fe13057cbb396941f8f6f9383 (diff)
downloadogg-git-6605f89786be9f0b153f77cccc663de46d2246fd.tar.gz
Check for libtoolize, not libtool in autogen.sh.
svn path=/trunk/ogg/; revision=5185
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
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,