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

Ralph Giles giles at xiph.org
Thu Jul 31 08:34:52 PDT 2003



giles       03/07/31 11:34:52

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

Revision  Changes    Path
1.5       +1 -1      ao/autogen.sh

Index: autogen.sh
===================================================================
RCS file: /usr/local/cvsroot/ao/autogen.sh,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- autogen.sh	11 Jul 2002 03:52:46 -0000	1.4
+++ autogen.sh	31 Jul 2003 15:34:52 -0000	1.5
@@ -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