]> sourceware.org Git - automake.git/commit
Better support for Fortran 9x.
authorAlexandre Duret-Lutz <adl@gnu.org>
Fri, 2 Apr 2004 07:14:24 +0000 (07:14 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Fri, 2 Apr 2004 07:14:24 +0000 (07:14 +0000)
commit4a6d7fa068fa1d53e0807c03bcb4c3eb9ffa567e
treea6789276c0c08f21712d9a80065364ece08a33b5
parent1b457afc6b19a9cb673f6ed0e500d335fc7d2889
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 [new file with mode: 0755]
tests/ext.test
tests/f90only.test [new file with mode: 0755]
tests/link_f90_only.test [new file with mode: 0755]
This page took 0.026183 seconds and 5 git commands to generate.