]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* tests/aclocal.m4: Don't considers variables @, '*', '?' and
authorPavel Roskin <proski@gnu.org>
Mon, 16 Oct 2000 12:27:30 +0000 (12:27 +0000)
committerPavel Roskin <proski@gnu.org>
Mon, 16 Oct 2000 12:27:30 +0000 (12:27 +0000)
'#' in the output of `set' - they are modified by zsh.

ChangeLog
tests/aclocal.m4

index 2f27425f17c2f0cb6566656e98257ff0a520b4b7..02365ed971db8d8ba7fa4c3994a48f9a4a80871d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2000-10-16  Pavel Roskin  <proski@gnu.org>
+
+       * tests/aclocal.m4: Don't considers variables @, '*', '?' and
+       '#' in the output of `set' - they are modified by zsh.
+
 2000-10-14  Pavel Roskin  <proski@gnu.org>
 
        * m4/missing.m4 (AM_MISSING_PROG): Use $SHELL to run "missing"
index cefd028477814a2c33cf1f20ec3aafc0600bb159..54adebc56469b2b81e44f948cee7136a04db2851 100644 (file)
@@ -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
-# - _|LINENO|OLDPWD|PIPESTATUS|RANDOM|SECONDS
+# - _|@|.[*#?].|LINENO|OLDPWD|PIPESTATUS|RANDOM|SECONDS
 #   Some variables some shells use and change
 # - POW_LIB
 #   From acfunctions.m4.
@@ -43,7 +43,7 @@ AC_DEFUN([AC_ENV_SAVE],
       [^(f77_(case|underscore))=],
       [^(ALLOCA|GETLOADAVG_LIBS|KMEM_GROUP|NEED_SETGID|POW_LIB)=],
       [^(AWK|LEX|LEXLIB|LEX_OUTPUT_ROOT|LN_S|M4|RANLIB|SET_MAKE|YACC)=],
-      [^(_|LINENO|OLDPWD|PIPESTATUS|RANDOM|SECONDS)=])' |
+      [^(_|@|.[*#?].|LINENO|OLDPWD|PIPESTATUS|RANDOM|SECONDS)=])' |
   # There maybe variables spread on several lines, eg IFS, remove the dead
   # lines
   fgrep = >$1