|
From: Martin R. <ru...@us...> - 2006-04-28 10:44:26
|
Update of /cvsroot/foo/foo/libfoo In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20201/libfoo Modified Files: bootstrap Log Message: opened bootstrap for automake-1.{8,9} Index: bootstrap =================================================================== RCS file: /cvsroot/foo/foo/libfoo/bootstrap,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** bootstrap 10 Aug 2004 03:16:10 -0000 1.5 --- bootstrap 28 Apr 2006 10:44:21 -0000 1.6 *************** *** 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 --- 13,21 ---- 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 ! 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 |