]> git.ipfire.org Git - thirdparty/autoconf.git/commit
Coverage for Fortran compiler macros.
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Wed, 23 Jun 2010 17:18:14 +0000 (19:18 +0200)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Wed, 23 Jun 2010 17:18:14 +0000 (19:18 +0200)
commitc14e7a1c8a936f1a05634ee8fe72298a5b0fdc9b
tree1aac4b29be5ed80766e553dda3b3e212fb993f9c
parentae8dbe8995bdf4cb93ed4834c66b6ee20e35cced
Coverage for Fortran compiler macros.

* tests/fortran.at (AC_OPENMP and Fortran 77)
(AC_OPENMP and Fortran): Simplify, using AT_CHECK_CONFIGURE.
(AC_F77_DUMMY_MAIN usage, AC_FC_DUMMY_MAIN usage)
(AC_F77_MAIN usage, AC_FC_MAIN usage, AC_F77_FUNC usage)
(AC_FC_FUNC usage, AC_FC_SRCEXT usage, AC_FC_FREEFORM): New
tests.
* doc/autoconf.texi (Fortran Compiler): Use GNU coding style
on C code snippets.  Add markers for tested examples.
Suggest AC_FC_FREEFORM for source file extensions which the
compiler might not natively support but which are accepted
with help from AC_FC_SRCEXT.  Suggest AC_CONFIG_HEADERS for
setups using one of the AC_*MAIN macros.

Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
ChangeLog
doc/autoconf.texi
tests/fortran.at