[xiph-cvs] cvs commit: ogg autogen.sh

Ralph Giles giles at xiph.org
Thu Jul 31 08:35:37 PDT 2003



giles       03/07/31 11:35:37

  Modified:    .        autogen.sh
  Log:
  Check for libtoolize, not libtool in autogen.sh.

Revision  Changes    Path
1.7       +1 -1      ogg/autogen.sh

Index: autogen.sh
===================================================================
RCS file: /usr/local/cvsroot/ogg/autogen.sh,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- autogen.sh	11 Jul 2002 03:56:34 -0000	1.6
+++ autogen.sh	31 Jul 2003 15:35:37 -0000	1.7
@@ -28,7 +28,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>--- >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