[xiph-commits] r3671 - liboggz/trunk

giles at svn.annodex.net giles at svn.annodex.net
Thu Jul 31 09:23:56 PDT 2008


Author: giles
Date: 2008-07-31 09:23:56 -0700 (Thu, 31 Jul 2008)
New Revision: 3671

Modified:
   liboggz/trunk/autogen.sh
Log:
Don't say we're going to run configure when we're not.


Modified: liboggz/trunk/autogen.sh
===================================================================
--- liboggz/trunk/autogen.sh	2008-07-31 16:18:12 UTC (rev 3670)
+++ liboggz/trunk/autogen.sh	2008-07-31 16:23:56 UTC (rev 3671)
@@ -107,10 +107,10 @@
         exit 1
 fi
 
-if test -z "$*"; then
-        echo "I am going to run ./configure with no arguments - if you wish "
-        echo "to pass any to it, please specify them on the $0 command line."
-fi
+#if test -z "$*"; then
+#        echo "I am going to run ./configure with no arguments - if you wish "
+#        echo "to pass any to it, please specify them on the $0 command line."
+#fi
 
 echo "Generating configuration files for $package, please wait...."
 
@@ -127,3 +127,4 @@
 
 cd $olddir
 #$srcdir/configure --enable-maintainer-mode "$@" && echo
+echo "Now run ./configure, followed by make." && echo



More information about the commits mailing list