automake-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Automake-commit] [SCM] GNU Automake branch, master, updated. v1.11-615-


From: Ralf Wildenhues
Subject: [Automake-commit] [SCM] GNU Automake branch, master, updated. v1.11-615-gb068a03
Date: Thu, 13 Jan 2011 19:24:30 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Automake".

http://git.sv.gnu.org/gitweb/?p=automake.git;a=commitdiff;h=b068a03c2cba48e93c50376d02cf6cfb6a70e72e

The branch, master has been updated
       via  b068a03c2cba48e93c50376d02cf6cfb6a70e72e (commit)
       via  cf65e60d20f66e867af51f55426e93d1f3c6c328 (commit)
      from  2bf3a3f3f7d5108b8b0c6eaa240a3b4c5d1220e7 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit b068a03c2cba48e93c50376d02cf6cfb6a70e72e
Merge: 2bf3a3f cf65e60
Author: Ralf Wildenhues <address@hidden>
Date:   Thu Jan 13 20:23:36 2011 +0100

    Merge branch 'maint'

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog                  |   10 ++++++++++
 tests/compile_f_c_cxx.test |    3 +++
 tests/flibs.test           |    2 ++
 tests/fort4.test           |    2 +-
 4 files changed, 16 insertions(+), 1 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index b432d49..1bf5412 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2011-01-13  Ralf Wildenhues  <address@hidden>
+
+       Avoid testsuite failures due to Autoconf Fortran change.
+       Autoconf v2.68-21-g727ce95 causes AC_F77_LIBRARY_LDFLAGS to
+       require computing the canonical host name.  Ensure config.guess
+       and config.sub files are present for respective checks.
+       * tests/compile_f_c_cxx.test: Add stub files.
+       * tests/flibs.test: Likewise.
+       * tests/fort4.test: Use $AUTOMAKE -a for installing files.
+
 2011-01-12   Stefano Lattarini  <address@hidden>
 
        docs: clustered '-d' not recognized in YFLAGS
diff --git a/tests/compile_f_c_cxx.test b/tests/compile_f_c_cxx.test
index ef0692d..e3b51a4 100755
--- a/tests/compile_f_c_cxx.test
+++ b/tests/compile_f_c_cxx.test
@@ -33,6 +33,9 @@ bin_PROGRAMS = foo
 foo_SOURCES  = foo.f bar.c baz.cc
 END
 
+: > config.guess
+: > config.sub
+
 $ACLOCAL
 $AUTOMAKE
 
diff --git a/tests/flibs.test b/tests/flibs.test
index 11fbdbb..6ca0d2b 100755
--- a/tests/flibs.test
+++ b/tests/flibs.test
@@ -46,6 +46,8 @@ zardoz_LDADD = @FLIBS@
 END
 
 : > zardoz.f
+: > config.guess
+: > config.sub
 
 $ACLOCAL
 $AUTOMAKE
diff --git a/tests/fort4.test b/tests/fort4.test
index 0aa9e79..fbeaedb 100755
--- a/tests/fort4.test
+++ b/tests/fort4.test
@@ -65,7 +65,7 @@ LDADD = $(FCLIBS)
 END
 
 $ACLOCAL
-$AUTOMAKE
+$AUTOMAKE -a
 # The Fortran 77 linker should be preferred:
 grep '.\$(FCLINK)' Makefile.in && Exit 1
 


hooks/post-receive
-- 
GNU Automake



reply via email to

[Prev in Thread] Current Thread [Next in Thread]