]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
Avoid testsuite failures due to Autoconf Fortran change.
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Thu, 13 Jan 2011 19:21:39 +0000 (20:21 +0100)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Thu, 13 Jan 2011 19:21:39 +0000 (20:21 +0100)
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.

Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
ChangeLog
tests/compile_f_c_cxx.test
tests/flibs.test
tests/fort4.test

index b57eab7433f1c9ff88c21a77d1f373986c9c98cd..dc0db29c825653ed8262d7a9a092eb9e83ce7e76 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2011-01-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       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  <stefano.lattarini@gmail.com>
 
        docs: clustered '-d' not recognized in YFLAGS
index a995527c917c3f8bb15d7e43f66891225fc4b031..d1836fb9f6e8473183be160aa4b0e1a4b2a6ef9c 100755 (executable)
@@ -39,6 +39,8 @@ END
 : > foo.f
 : > bar.c
 : > baz.cc
+: > config.guess
+: > config.sub
 
 $ACLOCAL
 $AUTOMAKE
index b9fe541bda19ebe678a853e1b0fb5f5d17b2a80e..d35c4c627ef95d1b6ccfe0e9306ee845467f8f5f 100755 (executable)
@@ -48,6 +48,8 @@ zardoz_LDADD = @FLIBS@
 END
 
 : > zardoz.f
+: > config.guess
+: > config.sub
 
 $ACLOCAL
 $AUTOMAKE
index b928a61f80e857c89987718faf7ffb87ff8fd070..84df399f6445d8394d63f68231dc295f03cc46be 100755 (executable)
@@ -67,7 +67,7 @@ LDADD = $(FCLIBS)
 END
 
 $ACLOCAL
-$AUTOMAKE
+$AUTOMAKE -a
 # The Fortran 77 linker should be preferred:
 grep '.\$(FCLINK)' Makefile.in && Exit 1