[xiph-commits] r16625 - trunk/theora
j at svn.xiph.org
j at svn.xiph.org
Thu Oct 8 18:25:07 PDT 2009
Author: j
Date: 2009-10-08 18:25:06 -0700 (Thu, 08 Oct 2009)
New Revision: 16625
Modified:
trunk/theora/autogen.sh
Log:
also check for automake-1.10
Modified: trunk/theora/autogen.sh
===================================================================
--- trunk/theora/autogen.sh 2009-10-08 12:17:42 UTC (rev 16624)
+++ trunk/theora/autogen.sh 2009-10-09 01:25:06 UTC (rev 16625)
@@ -48,7 +48,8 @@
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 automake-1.7 automake-1.8 automake-1.9 \
+ automake-1.10 automake-1.11; 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