[xiph-commits] r15747 - trunk/vorbis

giles at svn.xiph.org giles at svn.xiph.org
Fri Mar 6 00:42:06 PST 2009


Author: giles
Date: 2009-03-06 00:42:06 -0800 (Fri, 06 Mar 2009)
New Revision: 15747

Modified:
   trunk/vorbis/autogen.sh
Log:
Apply the same progressive automake ordering from r15745 to aclocal.


Modified: trunk/vorbis/autogen.sh
===================================================================
--- trunk/vorbis/autogen.sh	2009-03-06 07:55:09 UTC (rev 15746)
+++ trunk/vorbis/autogen.sh	2009-03-06 08:42:06 UTC (rev 15747)
@@ -62,7 +62,7 @@
     test -z $AUTOMAKE &&  echo "no"
     echo -n "checking for aclocal $AM_NEEDED or later... "
     for ac in aclocal-$AM_NEEDED aclocal$AM_NEEDED \
-	aclocal aclocal-1.7 aclocal-1.8 aclocal-1.9 aclocal-1.10; do
+	aclocal-1.10 aclocal-1.9 aclocal-1.8 aclocal-1.7 aclocal; do
       ($ac --version < /dev/null > /dev/null 2>&1) || continue
       ver=`$ac --version < /dev/null | head -n 1 | $VERSIONGREP`
       maj=`echo $ver | $VERSIONMKMAJ`



More information about the commits mailing list