From: Gerhard E. <gu...@us...> - 2016-05-26 09:45:33
|
Update of /cvsroot/foo/fooelk In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv32494 Modified Files: bootstrap Log Message: updated automake version check to include version 1.15 Index: bootstrap =================================================================== RCS file: /cvsroot/foo/fooelk/bootstrap,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** bootstrap 26 Apr 2010 15:41:07 -0000 1.6 --- bootstrap 26 May 2016 09:45:30 -0000 1.7 *************** *** 39,43 **** # Check for automake amvers="no" ! for v in 11 10 9 8 7 6 5; do if automake-1.${v} --version >/dev/null 2>&1; then amvers="-1.${v}" --- 39,43 ---- # Check for automake amvers="no" ! for v in 15 14 13 12 11 10 9 8 7 6 5; do if automake-1.${v} --version >/dev/null 2>&1; then amvers="-1.${v}" |