Update of /cvsroot/foo/foo
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv20261
Modified Files:
bootstrap
Log Message:
add compatability for automake-1.10
Index: bootstrap
===================================================================
RCS file: /cvsroot/foo/foo/bootstrap,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** bootstrap 28 Apr 2006 10:44:21 -0000 1.5
--- bootstrap 9 Mar 2009 00:54:46 -0000 1.6
***************
*** 16,20 ****
if test -z $1; then
amvers="no"
! if automake-1.9 --version >/dev/null 2>&1; then
amvers="-1.9"
elif automake-1.8 --version >/dev/null 2>&1; then
--- 16,22 ----
if test -z $1; then
amvers="no"
! if automake-1.10 --version >/dev/null 2>&1; then
! amvers="-1.10"
! elif automake-1.9 --version >/dev/null 2>&1; then
amvers="-1.9"
elif automake-1.8 --version >/dev/null 2>&1; then
|