From: Martin R. <ru...@us...> - 2004-07-31 07:25:36
|
Update of /cvsroot/foo/foo/libfoo In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8034 Modified Files: bootstrap Log Message: disable automake-1.8 detection Index: bootstrap =================================================================== RCS file: /cvsroot/foo/foo/libfoo/bootstrap,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** bootstrap 31 Jul 2004 02:16:30 -0000 1.2 --- bootstrap 31 Jul 2004 07:25:27 -0000 1.3 *************** *** 13,19 **** if test -z $1; then amvers="no" ! if automake-1.8 --version >/dev/null 2>&1; then ! amvers="-1.8" ! elif automake-1.7 --version >/dev/null 2>&1; then amvers="-1.7" elif automake-1.6 --version >/dev/null 2>&1; then --- 13,20 ---- if test -z $1; then amvers="no" ! # if automake-1.8 --version >/dev/null 2>&1; then ! # amvers="-1.8" ! # elif automake-1.7 --version >/dev/null 2>&1; then ! if automake-1.7 --version >/dev/null 2>&1; then amvers="-1.7" elif automake-1.6 --version >/dev/null 2>&1; then |