|
From: Martin R. <ru...@us...> - 2009-03-09 00:55:02
|
Update of /cvsroot/foo/foo/libfoo In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv20261/libfoo Modified Files: bootstrap Log Message: add compatability for automake-1.10 Index: bootstrap =================================================================== RCS file: /cvsroot/foo/foo/libfoo/bootstrap,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** bootstrap 28 Apr 2006 10:44:21 -0000 1.6 --- bootstrap 9 Mar 2009 00:54:46 -0000 1.7 *************** *** 13,17 **** 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 --- 13,19 ---- 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 |