autoconf-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU Autoconf source repository branch, master, updated. v2.68-53-g


From: Ralf Wildenhues
Subject: [SCM] GNU Autoconf source repository branch, master, updated. v2.68-53-gc9cbf62
Date: Sat, 05 Mar 2011 11:35:44 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Autoconf source repository".

http://git.sv.gnu.org/gitweb/?p=autoconf.git;a=commitdiff;h=c9cbf626a186371287476a523a0233d219cf181e

The branch, master has been updated
       via  c9cbf626a186371287476a523a0233d219cf181e (commit)
      from  4c79761f40980100834f19147f1d1d4ec03742b0 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit c9cbf626a186371287476a523a0233d219cf181e
Author: Ralf Wildenhues <address@hidden>
Date:   Sat Mar 5 11:41:37 2011 +0100

    docs: fix description of AC_F77_IMPLICIT_NONE.
    
    * doc/autoconf.texi (Fortran Compiler) [AC_F77_IMPLICIT_NONE]:
    This macro modifies FFLAGS, not FCFLAGS.  Fix grammar nit.

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog         |    4 ++++
 doc/autoconf.texi |    7 ++++---
 2 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index ff84c50..bb6cd46 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2011-03-05  Ralf Wildenhues  <address@hidden>
 
+       docs: fix description of AC_F77_IMPLICIT_NONE.
+       * doc/autoconf.texi (Fortran Compiler) [AC_F77_IMPLICIT_NONE]:
+       This macro modifies FFLAGS, not FCFLAGS.
+
        AC_FC_SRCEXT: allow gfortran to compile .f77 files.
        * lib/autoconf/fortran.m4 (AC_FC_SRCEXT): Try '-x f77' for .f77
        files, '-x f95' for others, for gfortran.
diff --git a/doc/autoconf.texi b/doc/autoconf.texi
index 29c6d2c..1cd246b 100644
--- a/doc/autoconf.texi
+++ b/doc/autoconf.texi
@@ -8270,9 +8270,10 @@ variable.
 @acindex{FC_IMPLICIT_NONE}
 
 Try to disallow implicit declarations in the Fortran compiler.  If
-successful, the @var{action-if-success} is called and any needed flags
-are added to @code{FCFLAGS}.  Otherwise, @var{action-if-failure} is
-called, which defaults to failing with an error message.
+successful, @var{action-if-success} is called and any needed flags
+are added to @code{FFLAGS} or @code{FCFLAGS}, respectively.  Otherwise,
address@hidden is called, which defaults to failing with an error
+message.
 
 The result of these macros are cached in the
 @code{ac_cv_f77_implicit_none} and @code{ac_cv_fc_implicit_none}


hooks/post-receive
-- 
GNU Autoconf source repository



reply via email to

[Prev in Thread] Current Thread [Next in Thread]