[xiph-commits] r16176 - icecast/trunk/libshout

brendan at svn.xiph.org brendan at svn.xiph.org
Tue Jun 23 10:42:06 PDT 2009


Author: brendan
Date: 2009-06-23 10:42:06 -0700 (Tue, 23 Jun 2009)
New Revision: 16176

Modified:
   icecast/trunk/libshout/autogen.sh
Log:
Support patch levels greater than 9.
autogen.sh should be replaced with autoreconf.

Modified: icecast/trunk/libshout/autogen.sh
===================================================================
--- icecast/trunk/libshout/autogen.sh	2009-06-23 17:25:55 UTC (rev 16175)
+++ icecast/trunk/libshout/autogen.sh	2009-06-23 17:42:06 UTC (rev 16176)
@@ -18,7 +18,7 @@
         echo "or get the source tarball at ftp://ftp.gnu.org/pub/gnu/"
         DIE=1
 }
-VERSIONGREP="sed -e s/.*[^0-9\.]\([0-9]\.[0-9]\).*/\1/"
+VERSIONGREP="sed -e s/.*[^0-9\.]\([0-9]\.[0-9]\{1,\}\).*/\1/"
                                                                                 
 # do we need automake?
 if test -r Makefile.am; then



More information about the commits mailing list