]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
tests: don't require gfortran if any fortran compiler is enough
authorStefano Lattarini <stefano.lattarini@gmail.com>
Sun, 29 May 2011 16:13:11 +0000 (18:13 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Sun, 29 May 2011 16:13:11 +0000 (18:13 +0200)
* tests/silentf90.test ($required): Require `fortran', not
`gfortran'.
* tests/silentf77.test ($required): Require `fortran77', not
`gfortran'.
* tests/silent-many-generic.test ($required): Require `fortran'
and `fortran77' rather than `gfortran'.

ChangeLog
tests/silent-many-generic.test
tests/silentf77.test
tests/silentf90.test

index 80b3c500f1d10596d09e43ee22eefffca7e07e22..08ae5da89919b83d117e655f92d66cee99908f1d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2011-05-29  Stefano Lattarini  <stefano.lattarini@gmail.com>
+
+       tests: don't require gfortran if any fortran compiler is enough
+       * tests/silentf90.test ($required): Require `fortran', not
+       `gfortran'.
+       * tests/silentf77.test ($required): Require `fortran77', not
+       `gfortran'.
+       * tests/silent-many-generic.test ($required): Require `fortran'
+       and `fortran77' rather than `gfortran'.
+
 2011-05-27  Stefano Lattarini  <stefano.lattarini@gmail.com>
 
        tests: improve `ccnoco*.test', better cross-compiling support
index c81f52c88830f40e43a222f52b4e43876a6f7a43..7d615acb57c6180c7b9d70f1ca63bb92c6214663 100755 (executable)
@@ -22,8 +22,7 @@
 # sister test `silent-many-gcc.test', which requires the GNU compilers
 # and forces the use of gcc depmode.
 
-# FIXME: generic Fortran compilers should suffice here
-required='cc c++ gfortran flex yacc'
+required='cc c++ fortran fortran77 flex yacc'
 . ./defs || Exit 1
 
 # Avoids too much code duplication.
index 75d5777b20ec6e39dccddc5943dbf1aea365780c..90a8208a3d4bf2b4180d7969f9bfaeed9295065d 100755 (executable)
@@ -17,7 +17,7 @@
 # Check silent-rules mode for Fortran 77.
 # Keep this ins sync with the sister test silentf90.test.
 
-required='gfortran' # FIXME: any working Fortran compiler should be OK!
+required=fortran77
 . ./defs || Exit 1
 
 mkdir sub
index c85f78f7cb20ebdb697c8f25101c05f1e4164364..6a561756e1cd66506ec157a35a1e587dab6220d7 100755 (executable)
@@ -17,7 +17,7 @@
 # Check silent-rules mode for Fortran 90.
 # Keep this ins sync with the sister test silentf77.test.
 
-required='gfortran' # FIXME: any working Fortran compiler should be OK!
+required=fortran
 . ./defs || Exit 1
 
 mkdir sub