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.63-208-


From: Eric Blake
Subject: [SCM] GNU Autoconf source repository branch, master, updated. v2.63-208-gf8185b3
Date: Thu, 20 Nov 2008 12:57:43 +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=f8185b39382c1851b74c7208c5f095944c2f6388

The branch, master has been updated
       via  f8185b39382c1851b74c7208c5f095944c2f6388 (commit)
      from  fdbc51a665fb51381014eaa75335b8f352a916d5 (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 f8185b39382c1851b74c7208c5f095944c2f6388
Author: Alfred G. de Wijn <address@hidden>
Date:   Thu Nov 20 05:48:07 2008 -0700

    For consistency, make temporary variable match language name.
    
    * lib/autoconf/fortran.m4 (_AC_PROG_FC_G, _AC_PROG_FC_V_OUTPUT):
    Match the save/test variables' names to the FFLAGS/FCFLAGS being
    saved.
    * THANKS: Update.
    
    Signed-off-by: Eric Blake <address@hidden>

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

Summary of changes:
 ChangeLog               |    8 ++++++++
 THANKS                  |    1 +
 lib/autoconf/fortran.m4 |   12 ++++++------
 3 files changed, 15 insertions(+), 6 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index a98941a..10bd336 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2008-11-20  Alfred G. de Wijn  <address@hidden>  (tiny change)
+
+       For consistency, make temporary variable match language name.
+       * lib/autoconf/fortran.m4 (_AC_PROG_FC_G, _AC_PROG_FC_V_OUTPUT):
+       Match the save/test variables' names to the FFLAGS/FCFLAGS being
+       saved.
+       * THANKS: Update.
+
 2008-11-19  Eric Blake  <address@hidden>
 
        Improve testsuite generation.
diff --git a/THANKS b/THANKS
index 66c98cc..bd394e1 100644
--- a/THANKS
+++ b/THANKS
@@ -22,6 +22,7 @@ Alexander Mai               ?
 Alexandre Duret-Lutz        address@hidden
 Alexandre Julliard          ?
 Alexandre Oliva             address@hidden
+Alfred G. de Wijn           address@hidden
 Andreas Buening             address@hidden
 Andreas Jaeger              address@hidden
 Andreas Schott              address@hidden
diff --git a/lib/autoconf/fortran.m4 b/lib/autoconf/fortran.m4
index 6743aa8..7aa5bd4 100644
--- a/lib/autoconf/fortran.m4
+++ b/lib/autoconf/fortran.m4
@@ -413,8 +413,8 @@ AC_LANG_POP(Fortran)dnl
 # versions of a library), tasteless as that idea is.
 m4_define([_AC_PROG_FC_G],
 [_AC_FORTRAN_ASSERT()dnl
-ac_test_FFLAGS=${[]_AC_LANG_PREFIX[]FLAGS+set}
-ac_save_FFLAGS=$[]_AC_LANG_PREFIX[]FLAGS
+ac_test_[]_AC_LANG_PREFIX[]FLAGS=${[]_AC_LANG_PREFIX[]FLAGS+set}
+ac_save_[]_AC_LANG_PREFIX[]FLAGS=$[]_AC_LANG_PREFIX[]FLAGS
 _AC_LANG_PREFIX[]FLAGS=
 AC_CACHE_CHECK(whether $[]_AC_FC[] accepts -g, 
ac_cv_prog_[]_AC_LANG_ABBREV[]_g,
 [_AC_LANG_PREFIX[]FLAGS=-g
@@ -422,8 +422,8 @@ _AC_COMPILE_IFELSE([AC_LANG_PROGRAM()],
 [ac_cv_prog_[]_AC_LANG_ABBREV[]_g=yes],
 [ac_cv_prog_[]_AC_LANG_ABBREV[]_g=no])
 ])
-if test "$ac_test_FFLAGS" = set; then
-  _AC_LANG_PREFIX[]FLAGS=$ac_save_FFLAGS
+if test "$ac_test_[]_AC_LANG_PREFIX[]FLAGS" = set; then
+  _AC_LANG_PREFIX[]FLAGS=$ac_save_[]_AC_LANG_PREFIX[]FLAGS
 elif test $ac_cv_prog_[]_AC_LANG_ABBREV[]_g = yes; then
   if test "x$ac_cv_[]_AC_LANG_ABBREV[]_compiler_gnu" = xyes; then
     _AC_LANG_PREFIX[]FLAGS="-g -O2"
@@ -517,7 +517,7 @@ AC_LANG_CONFTEST([AC_LANG_PROGRAM([])])
 # 1 to this macro) to the Fortran compiler in order to get
 # "verbose" output that we can then parse for the Fortran linker
 # flags.
-ac_save_FFLAGS=$[]_AC_LANG_PREFIX[]FLAGS
+ac_save_[]_AC_LANG_PREFIX[]FLAGS=$[]_AC_LANG_PREFIX[]FLAGS
 _AC_LANG_PREFIX[]FLAGS="$[]_AC_LANG_PREFIX[]FLAGS m4_default([$1], 
[$ac_cv_prog_[]_AC_LANG_ABBREV[]_v])"
 eval "set x $ac_link"
 shift
@@ -527,7 +527,7 @@ _AS_ECHO_LOG([$[*]])
 ac_[]_AC_LANG_ABBREV[]_v_output=`eval $ac_link AS_MESSAGE_LOG_FD>&1 2>&1 |
   grep -v 'Driving:' | grep -v "^[[_$as_cr_Letters]][[_$as_cr_alnum]]*="`
 AS_ECHO(["$ac_[]_AC_LANG_ABBREV[]_v_output"]) >&AS_MESSAGE_LOG_FD
-_AC_LANG_PREFIX[]FLAGS=$ac_save_FFLAGS
+_AC_LANG_PREFIX[]FLAGS=$ac_save_[]_AC_LANG_PREFIX[]FLAGS
 
 rm -rf conftest*
 


hooks/post-receive
--
GNU Autoconf source repository




reply via email to

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