Progressive ordering, ACK by giles
authorsping <sping@xiph.org>
Sat, 3 May 2008 18:33:02 +0000 (18:33 +0000)
committersping <sping@xiph.org>
Sat, 3 May 2008 18:33:02 +0000 (18:33 +0000)
svn path=/trunk/vorbis/; revision=14829

autogen.sh

index cc0389f..956b4e8 100755 (executable)
@@ -48,7 +48,7 @@ if test -r Makefile.am; then
     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`