From: Akim Demaille Date: Tue, 14 Mar 2000 08:59:11 +0000 (+0000) Subject: * tests/actest.m4 (AC_ENV_SAVE): Don't consider RANDOM and LINENO X-Git-Tag: autoconf-2.50~1040 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=134cd844f313318544492eb307e76c76db5a1df2;p=thirdparty%2Fautoconf.git * tests/actest.m4 (AC_ENV_SAVE): Don't consider RANDOM and LINENO which some shells update. --- diff --git a/ChangeLog b/ChangeLog index d4403ec39..390cc4b3b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2000-03-14 John David Anglin + + * tests/actest.m4 (AC_ENV_SAVE): Don't consider RANDOM and LINENO + which some shells update. + 2000-03-14 Akim Demaille * acgeneral.m4 (AC_ARG_ENABLE, AC_ARG_WITH): No use for @%:@ here, diff --git a/THANKS b/THANKS index 786a36fc7..8d9866c0f 100644 --- a/THANKS +++ b/THANKS @@ -51,6 +51,7 @@ Jeffrey A Law law@cygnus.com Jim Blandy jimb@wookumz.gnu.ai.mit.edu Jim Meyering meyering@ascend.com Jiro Takabatake jiro@din.or.jp +John David Anglin dave@hiauly1.hia.nrc.ca John Interrante interran@uluru.stanford.edu John W. Eaton jwe@bevo.che.wisc.edu J"orn Rennecke amylaar@cygnus.co.uk diff --git a/tests/actest.m4 b/tests/actest.m4 index c8f4eb6bb..c67e415aa 100644 --- a/tests/actest.m4 +++ b/tests/actest.m4 @@ -23,7 +23,7 @@ define(join, # AC_FUNCs from acspecific. # - AWK|LEX|LEXLIB|LEX_OUTPUT_ROOT|LN_S|M4|RANLIB|SET_MAKE|YACC # AC_PROGs from acspecific -# - _|OLDPWD|PIPESTATUS|SECONDS +# - _|LINENO|OLDPWD|PIPESTATUS|RANDOM|SECONDS # Some variables some shells use and change AC_DEFUN(AC_ENV_SAVE, @@ -42,7 +42,7 @@ AC_DEFUN(AC_ENV_SAVE, [^(f77_(case|underscore))=], [^(ALLOCA|NEED_SETGID|KMEM_GROUP)=], [^(AWK|LEX|LEXLIB|LEX_OUTPUT_ROOT|LN_S|M4|RANLIB|SET_MAKE|YACC)=], - [^(_|OLDPWD|PIPESTATUS|SECONDS)=])' | + [^(_|LINENO|OLDPWD|PIPESTATUS|RANDOM|SECONDS)=])' | # There maybe variables spread on several lines, eg IFS, remove the dead # lines fgrep = >$1