[xiph-commits] r14829 - trunk/vorbis
sping at svn.xiph.org
sping at svn.xiph.org
Sat May 3 11:33:03 PDT 2008
Author: sping
Date: 2008-05-03 11:33:02 -0700 (Sat, 03 May 2008)
New Revision: 14829
Modified:
trunk/vorbis/autogen.sh
Log:
Progressive ordering, ACK by giles
Modified: trunk/vorbis/autogen.sh
===================================================================
--- trunk/vorbis/autogen.sh 2008-05-03 16:38:55 UTC (rev 14828)
+++ trunk/vorbis/autogen.sh 2008-05-03 18:33:02 UTC (rev 14829)
@@ -48,7 +48,7 @@
majneeded=`echo $AM_NEEDED | $VERSIONMKMAJ`
minneeded=`echo $AM_NEEDED | $VERSIONMKMIN`
for am in automake-$AM_NEEDED automake$AM_NEEDED \
- automake automake-1.7 automake-1.8 automake-1.9 automake-1.10; do
+ automake-1.10 automake-1.9 automake-1.8 automake-1.7 automake; do
($am --version < /dev/null > /dev/null 2>&1) || continue
ver=`$am --version < /dev/null | head -n 1 | $VERSIONGREP`
maj=`echo $ver | $VERSIONMKMAJ`
More information about the commits
mailing list