[xiph-commits] r18668 - trunk/ogg2

ph3-der-loewe at svn.xiph.org ph3-der-loewe at svn.xiph.org
Mon Oct 22 16:16:37 PDT 2012


Author: ph3-der-loewe
Date: 2012-10-22 16:16:37 -0700 (Mon, 22 Oct 2012)
New Revision: 18668

Modified:
   trunk/ogg2/autogen.sh
Log:
corrected check for automake version. Thanks to Greg Wooledge.

Modified: trunk/ogg2/autogen.sh
===================================================================
--- trunk/ogg2/autogen.sh	2012-10-20 22:48:27 UTC (rev 18667)
+++ trunk/ogg2/autogen.sh	2012-10-22 23:16:37 UTC (rev 18668)
@@ -20,7 +20,7 @@
         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/"
 VERSIONMKINT="sed -e s/[^0-9]//"
                                                                                 
 # do we need automake?



More information about the commits mailing list