[Cvs-annodex] commit (annodex): libfishsound/trunk/autogen.sh
giles
nobody at lists.annodex.net
Sat Oct 21 04:50:44 UTC 2006
Update of /var/local/lib/svn/annodex (new revision 2531)
Modified files:
libfishsound/trunk/autogen.sh
Log Message:
Add more recent automake versions to autogen.sh.
Modified: libfishsound/trunk/autogen.sh
===================================================================
--- libfishsound/trunk/autogen.sh 2006-10-19 07:45:18 UTC (rev 2530)
+++ libfishsound/trunk/autogen.sh 2006-10-21 04:50:42 UTC (rev 2531)
@@ -41,7 +41,11 @@
#
automake_version="none"
-if automake-1.7 --version >/dev/null 2>&1; then
+if 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"
+elif automake-1.7 --version >/dev/null 2>&1; then
automake_version="-1.7"
elif automake-1.6 --version >/dev/null 2>&1; then
automake_version="-1.6"
--
giles
More information about the cvs-annodex
mailing list