* tests/statesave.m4 (AC_STATE_SAVE): Ignore argv and ARGC when
comparing configure variables.
Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
+2009-11-03 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
+
+ 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 <ebb9@byu.net>
and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
# - 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
/^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