projects
/
platform
/
upstream
/
libvorbis.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6dcde4e
)
Check for libtoolize instead of libtool before running libtoolize.
author
Ralph Giles
<giles@xiph.org>
Tue, 9 Jul 2002 13:07:56 +0000
(13:07 +0000)
committer
Ralph Giles
<giles@xiph.org>
Tue, 9 Jul 2002 13:07:56 +0000
(13:07 +0000)
svn path=/trunk/vorbis/; revision=3556
autogen.sh
patch
|
blob
|
history
diff --git
a/autogen.sh
b/autogen.sh
index
98f8a22
..
58aef5b
100755
(executable)
--- a/
autogen.sh
+++ b/
autogen.sh
@@
-27,7
+27,7
@@
DIE=0
DIE=1
}
-(libtool --version) < /dev/null > /dev/null 2>&1 || {
+(libtool
ize
--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,"