]> git.ipfire.org Git - thirdparty/autoconf.git/commit
fortran: define $GFC to "yes" if $FC is a GNU compiler
authorStefano Lattarini <stefano.lattarini@gmail.com>
Fri, 21 Oct 2011 12:00:36 +0000 (14:00 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Fri, 21 Oct 2011 12:00:36 +0000 (14:00 +0200)
commitbd962acf3e0a2d38c11d048c8c36d9b4305b8604
treef894a8e05698756c941d539bfb2a3e097ffd667b
parent48a51ddb08efd8bbbd2b13313610837406034022
fortran: define $GFC to "yes" if $FC is a GNU compiler

* lib/autoconf/fortran.m4 (AC_PROG_FC): Define `$GFC' to "yes" if
the detected fortran compiler is a GNU compiler, define it to the
empty string otherwise.
This is mostly for consistency for what is done for the C, C++
and Fortran 77 compilers.
* doc/automake.texi: Update.
ChangeLog
doc/autoconf.texi
lib/autoconf/fortran.m4