[xiph-commits] r3472 - libfishsound/trunk
j at svn.annodex.net
j at svn.annodex.net
Sat Feb 16 03:41:03 PST 2008
Author: j
Date: 2008-02-16 03:41:02 -0800 (Sat, 16 Feb 2008)
New Revision: 3472
Modified:
libfishsound/trunk/autogen.sh
Log:
support automake-1.10
Modified: libfishsound/trunk/autogen.sh
===================================================================
--- libfishsound/trunk/autogen.sh 2008-02-16 11:00:47 UTC (rev 3471)
+++ libfishsound/trunk/autogen.sh 2008-02-16 11:41:02 UTC (rev 3472)
@@ -41,7 +41,9 @@
#
automake_version="none"
-if automake-1.9 --version >/dev/null 2>&1; then
+if automake-1.10 --version >/dev/null 2>&1; then
+ automake_version="-1.10"
+elif automake-1.9 --version >/dev/null 2>&1; then
automake_version="-1.9"
elif automake-1.8 --version >/dev/null 2>&1; then
automake_version="-1.8"
@@ -60,6 +62,7 @@
1.7*) automake_version="-1.7" ;;
1.8*) automake_version="-1.8" ;;
1.9*) automake_version="-1.9" ;;
+ 1.10*) automake_version="-1.10" ;;
esac
fi
More information about the commits
mailing list