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

Ralph Giles giles at xiph.org
Sun Dec 1 15:57:55 PST 2002



giles       02/12/01 18:57:55

  Modified:    .        autogen.sh
  Log:
  Have autogen check for libtoolize instead of libtool. It's what we actually call
  and helps things work with fink on macosx.

Revision  Changes    Path
1.2       +1 -1      postfish/autogen.sh

Index: autogen.sh
===================================================================
RCS file: /usr/local/cvsroot/postfish/autogen.sh,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- autogen.sh	30 Nov 2002 06:41:24 -0000	1.1
+++ autogen.sh	1 Dec 2002 23:57:55 -0000	1.2
@@ -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>--- >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