[xiph-commits] r14358 - trunk/ogg
giles at svn.xiph.org
giles at svn.xiph.org
Fri Jan 4 12:09:53 PST 2008
Author: giles
Date: 2008-01-04 12:09:53 -0800 (Fri, 04 Jan 2008)
New Revision: 14358
Modified:
trunk/ogg/autogen.sh
Log:
Check for automake 1.10.
Modified: trunk/ogg/autogen.sh
===================================================================
--- trunk/ogg/autogen.sh 2008-01-04 20:05:28 UTC (rev 14357)
+++ trunk/ogg/autogen.sh 2008-01-04 20:09:53 UTC (rev 14358)
@@ -43,10 +43,11 @@
else
echo -n "checking for automake $AM_NEEDED or later... "
for am in automake-$AM_NEEDED automake$AM_NEEDED \
- automake automake-1.7 automake-1.8 automake-1.9; do
+ automake automake-1.10 automake-1.7 automake-1.8 automake-1.9; do
($am --version < /dev/null > /dev/null 2>&1) || continue
ver=`$am --version < /dev/null | head -n 1 | $VERSIONGREP | $VERSIONMKINT`
verneeded=`echo $AM_NEEDED | $VERSIONMKINT`
+ echo "checking needed $verneeded against version $ver"
if test $ver -ge $verneeded; then
AUTOMAKE=$am
echo $AUTOMAKE
More information about the commits
mailing list