[xiph-cvs] cvs commit: vorbis autogen.sh
Ralph Giles
giles at xiph.org
Tue Jul 9 06:07:57 PDT 2002
giles 02/07/09 06:07:57
Modified: . autogen.sh
Log:
Check for libtoolize instead of libtool before running libtoolize.
Revision Changes Path
1.6 +1 -1 vorbis/autogen.sh
Index: autogen.sh
===================================================================
RCS file: /usr/local/cvsroot/vorbis/autogen.sh,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- autogen.sh 2001/12/21 03:16:47 1.5
+++ autogen.sh 2002/07/09 13:07:56 1.6
@@ -27,7 +27,7 @@
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,"
<p><p><p>--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
More information about the commits
mailing list