Update of /cvsroot/foo/fooelk
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23355
Modified Files:
bootstrap
Log Message:
integrate minor changes from the standard-elk-distribution.
workaround for gcc on amd64. support automake-1.8 and -1.9 in bootstrap.
Index: bootstrap
===================================================================
RCS file: /cvsroot/foo/fooelk/bootstrap,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** bootstrap 10 Aug 2004 02:28:40 -0000 1.2
--- bootstrap 12 Nov 2005 19:09:12 -0000 1.3
***************
*** 15,19 ****
# Check for automake
amvers="no"
! if automake-1.7 --version >/dev/null 2>&1; then
amvers="-1.7"
elif automake-1.6 --version >/dev/null 2>&1; then
--- 15,23 ----
# 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
! 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
|