[xiph-commits] r16669 - trunk/theora
j at svn.xiph.org
j at svn.xiph.org
Thu Oct 29 03:28:40 PDT 2009
Author: j
Date: 2009-10-29 03:28:40 -0700 (Thu, 29 Oct 2009)
New Revision: 16669
Modified:
trunk/theora/autogen.sh
Log:
also check for aclocal-1.11
Modified: trunk/theora/autogen.sh
===================================================================
--- trunk/theora/autogen.sh 2009-10-28 21:48:48 UTC (rev 16668)
+++ trunk/theora/autogen.sh 2009-10-29 10:28:40 UTC (rev 16669)
@@ -63,7 +63,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 aclocal-1.7 aclocal-1.8 aclocal-1.9 aclocal-1.10 aclocal-1.11; 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