Update of /cvsroot/foo/foo
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv32430
Modified Files:
bootstrap
Log Message:
updated automake version check to include version 1.15
Index: bootstrap
===================================================================
RCS file: /cvsroot/foo/foo/bootstrap,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** bootstrap 27 Apr 2010 15:46:44 -0000 1.7
--- bootstrap 26 May 2016 09:44:56 -0000 1.8
***************
*** 45,49 ****
# 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}"
--- 45,49 ----
# 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}"
|