mirror of
git://git.sv.gnu.org/autoconf
synced 2025-01-30 11:01:45 +08:00
* tests/aclocal.m4 (AC_STATE_SAVE): Use a more precise regexp to
keep envvars.
This commit is contained in:
parent
1088d101b2
commit
9ca4cef778
@ -1,3 +1,8 @@
|
||||
2000-12-12 Akim Demaille <akim@epita.fr>
|
||||
|
||||
* tests/aclocal.m4 (AC_STATE_SAVE): Use a more precise regexp to
|
||||
keep envvars.
|
||||
|
||||
2000-12-12 Akim Demaille <akim@epita.fr>
|
||||
|
||||
AS_ERROR was not properly saving data in the log file.
|
||||
|
2
tests/aclocal.m4
vendored
2
tests/aclocal.m4
vendored
@ -44,7 +44,7 @@ m4_defun([AC_STATE_SAVE],
|
||||
[^(_|@|.[*#?].|LINENO|OLDPWD|PIPESTATUS|RANDOM|SECONDS)=])' 2>/dev/null |
|
||||
# There maybe variables spread on several lines, eg IFS, remove the dead
|
||||
# lines.
|
||||
fgrep = >state-env.$1
|
||||
grep '^m4_defn([m4_re_word])=' >state-env.$1
|
||||
test $? = 0 || rm -f state-env.$1
|
||||
|
||||
ls -1 | grep -v '^state' | sort >state-ls.$1
|
||||
|
Loading…
Reference in New Issue
Block a user