|
From: Martin R. <ru...@us...> - 2009-03-09 00:04:23
|
Update of /cvsroot/foo/fooelk In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv13182 Modified Files: bootstrap Log Message: make bootstrap compatible for automake-1.10 Index: bootstrap =================================================================== RCS file: /cvsroot/foo/fooelk/bootstrap,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** bootstrap 12 Nov 2005 19:09:12 -0000 1.3 --- bootstrap 9 Mar 2009 00:04:10 -0000 1.4 *************** *** 15,19 **** # Check for automake 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 --- 15,21 ---- # Check for automake 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 |