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
commit772b83d962b277c624db8adac181cbb3cb114d95 (patch)
treeaf294f6bbf082db6446b860c4516b4e82f46504f /autogen.sh
parentdd97f75ad16ff7aa5e29df1c0970e5077f672103 (diff)
downloadogg-772b83d962b277c624db8adac181cbb3cb114d95.tar.gz
Check for libtoolize, not libtool in autogen.sh.
git-svn-id: http://svn.xiph.org/trunk/ogg@5185 0101bb08-14d6-0310-b084-bc0e0c8e3800
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,