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-119-


From: Jim Meyering
Subject: [SCM] GNU Autoconf source repository branch, master, updated. v2.68-119-g7137156
Date: Tue, 17 Jan 2012 13:20:12 +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=7137156eec4187c7389b29eb5133c93e87bfd0e7

The branch, master has been updated
       via  7137156eec4187c7389b29eb5133c93e87bfd0e7 (commit)
      from  6ed5195ee1b1d46b225d7e97d897b773e9aedf97 (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 7137156eec4187c7389b29eb5133c93e87bfd0e7
Author: Jim Meyering <address@hidden>
Date:   Tue Jan 17 12:22:59 2012 +0100

    tests: avoid spurious failure for each gnu-fortran-using test
    
    The tests compare pre- and post-run lists of envvars, which must
    be the same, modulo a list of known, filtered-out exceptions.
    However, when running fortran-checking tests with GNU fortran, each
    would fail due to the post-run addition of the GFC symbol added in
    v2.68-97-gbd962ac.
    * tests/local.at (AT_CHECK_ENV): Add GFC to the list of symbols
    that we ignore in pre-/post-run environment diffs.

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

Summary of changes:
 tests/local.at |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tests/local.at b/tests/local.at
index 8b73c94..cce24f0 100644
--- a/tests/local.at
+++ b/tests/local.at
@@ -316,7 +316,7 @@ if test -f state-env.before && test -f state-env.after; then
       [(host|build|target)(_(alias|cpu|vendor|os))?],
       [cross_compiling|U],
       [interpval|PATH_SEPARATOR],
-      [F77_DUMMY_MAIN|f77_(case|underscore)],
+      [GFC|F77_DUMMY_MAIN|f77_(case|underscore)],
       [FC(_DUMMY_MAIN|FLAGS|LIBS|FLAGS_[fF]|_MODEXT|_MODINC|_MODOUT|_DEFINE)?],
       [ALLOCA|GETLOADAVG_LIBS|KMEM_GROUP|NEED_SETGID|POW_LIB],
       [AWK|LEX|LEXLIB|LEX_OUTPUT_ROOT|LN_S|M4|MKDIR_P|RANLIB|SET_MAKE|YACC],


hooks/post-receive
-- 
GNU Autoconf source repository



reply via email to

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