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.64-81-g


From: Ralf Wildenhues
Subject: [SCM] GNU Autoconf source repository branch, master, updated. v2.64-81-g1e90a10
Date: Tue, 03 Nov 2009 21:06:41 +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=1e90a10dbc63f7d964ed83db340068ddca7824ad

The branch, master has been updated
       via  1e90a10dbc63f7d964ed83db340068ddca7824ad (commit)
      from  e92bd133de909f15a027eaf2c69dee69c689af46 (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 1e90a10dbc63f7d964ed83db340068ddca7824ad
Author: Ralf Wildenhues <address@hidden>
Date:   Tue Nov 3 22:06:12 2009 +0100

    Fix testsuite failures with SHELL=zsh.
    
    * tests/statesave.m4 (AC_STATE_SAVE): Ignore argv and ARGC when
    comparing configure variables.
    
    Signed-off-by: Ralf Wildenhues <address@hidden>

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

Summary of changes:
 ChangeLog      |    6 ++++++
 tests/local.at |    4 ++++
 2 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index b6788bd..639e694 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2009-11-03  Ralf Wildenhues  <address@hidden>
+
+       Fix testsuite failures with SHELL=zsh.
+       * tests/statesave.m4 (AC_STATE_SAVE): Ignore argv and ARGC when
+       comparing configure variables.
+
 2009-11-03  Eric Blake  <address@hidden>
        and Ralf Wildenhues  <address@hidden>
 
diff --git a/tests/local.at b/tests/local.at
index 53c1d6f..37ed3ea 100644
--- a/tests/local.at
+++ b/tests/local.at
@@ -336,6 +336,8 @@ fi
 # - RANDOM [zsh]
 # - SECONDS [zsh]
 # - '$' [zsh]
+# - argv [zsh]
+# - ARGC [zsh]
 #
 # Furthermore, it is okay for a non-cache variable initialized to empty in one
 # run to be unset in another run.  This happens when, for example, cache update
@@ -358,6 +360,8 @@ do
        /^RANDOM=/ d
        /^SECONDS=/ d
        /'\'\\\$\''=/ d
+       /^argv=/ d
+       /^ARGC=/ d
        ' $act_file >at_config_vars-$act_file
 done
 AT_CMP([at_config_vars-$1], [at_config_vars-$2])[]dnl


hooks/post-receive
-- 
GNU Autoconf source repository




reply via email to

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