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