Better support for Fortran 9x.
commit9590e75c677015792d23daea004e6237ed29808b
authorAlexandre Duret-Lutz <adl@gnu.org>
Fri, 2 Apr 2004 07:14:27 +0000 (2 07:14 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Fri, 2 Apr 2004 07:14:27 +0000 (2 07:14 +0000)
treec1f1010bd01047d4afb36e456a392b97ae702c98
parent585bdf898e792dc7890ebb9ac77bdf2acc2c7ea0
Better support for Fortran 9x.
* automake.in: Add "fc" and "ppfc" languages for Fortran 9x.
* doc/automake.texi (Fortran 9x Support): New section.
* lib/Automake/Variable.pm (%_ac_macro_for_var): Add AC_PROG_FC.
* tests/compile_f90_c_cxx.test: New file.
* tests/ext.test: Add AC_PROG_FC.
* tests/f90only.test: New file.
* tests/link_f90_only.test: New file.
* tests/Makefile.am (TESTS): Add new tests.
14 files changed:
ChangeLog
NEWS
THANKS
automake.in
doc/automake.texi
doc/stamp-vti
doc/version.texi
lib/Automake/Variable.pm
tests/Makefile.am
tests/Makefile.in
tests/compile_f90_c_cxx.test [copied from tests/ext.test with 58% similarity]
tests/ext.test
tests/f90only.test [new file with mode: 0755]
tests/link_f90_only.test [copied from tests/ext.test with 59% similarity]