* tests/actest.m4 (AC_ENV_SAVE): OpenBSD-2.3's /bin/sh defines an

envvar SECONDS which does change with time.
KMEM_GROUP is set by AC_FUNC_GETLOADAVG.
Reported by Volker Borchert.
This commit is contained in:
Akim Demaille 2000-02-10 16:57:55 +00:00
parent 97bf777083
commit 18bcad9b51
3 changed files with 11 additions and 3 deletions

View File

@ -1,3 +1,10 @@
2000-02-10 Akim Demaille <akim@epita.fr>
* tests/actest.m4 (AC_ENV_SAVE): OpenBSD-2.3's /bin/sh defines an
envvar SECONDS which does change with time.
KMEM_GROUP is set by AC_FUNC_GETLOADAVG.
Reported by Volker Borchert.
2000-02-10 Akim Demaille <akim@epita.fr>
* tests/Makefile.am (macros.m4): Better regex to build `macro'.

1
THANKS
View File

@ -55,6 +55,7 @@ Syd Polk spolk@cygnus.com
T.E. Dickey dickey@clark.net
Tom Lane tgl@sss.pgh.pa.us
Tom Tromey tromey@cygnus.com
Volker Borchert bt@teknon.de
Many people are not named here because we lost track of them. We
thank them! Please, help us keeping this list up to date.

View File

@ -18,14 +18,14 @@ AC_DEFUN(AC_ENV_SAVE,
egrep -v '^(AWK|LEX|LEXLIB|LEX_OUTPUT_ROOT|LN_S|M4|RANLIB|SET_MAKE|YACC)=' |
egrep -v '^INSTALL(_(DATA|PROGRAM|SCRIPT))?=' |
egrep -v '^(CYGWIN|ISC|MINGW32|MINIX|EMXOS2|EXEEXT|OBJEXT)=' |
egrep -v '^(NEED_SETGID)=' |
egrep -v '^(NEED_SETGID|KMEM_GROUP)=' |
egrep -v '^(X_(CFLAGS|LIBS|PRE_LIBS)|x_(includes|libraries)|have_x)=' |
egrep -v '^(host|build|target)(_(alias|cpu|vendor|os))?=' |
egrep -v '^(cross_compiling)=' |
egrep -v '^(interpval)=' |
egrep -v '^(f77_(case|underscore))=' |
# Some variables some shells use and change
egrep -v '^(_|PIPESTATUS|OLDPWD)=' |
# Some variables some shells use and change.
egrep -v '^(_|OLDPWD|PIPESTATUS|SECONDS)=' |
# There maybe variables spread on several lines, eg IFS, remove the dead
# lines
fgrep = >$1