mirror of
git://git.sv.gnu.org/autoconf
synced 2025-01-18 10:45:15 +08:00
* 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:
parent
97bf777083
commit
18bcad9b51
@ -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>
|
2000-02-10 Akim Demaille <akim@epita.fr>
|
||||||
|
|
||||||
* tests/Makefile.am (macros.m4): Better regex to build `macro'.
|
* tests/Makefile.am (macros.m4): Better regex to build `macro'.
|
||||||
|
1
THANKS
1
THANKS
@ -55,6 +55,7 @@ Syd Polk spolk@cygnus.com
|
|||||||
T.E. Dickey dickey@clark.net
|
T.E. Dickey dickey@clark.net
|
||||||
Tom Lane tgl@sss.pgh.pa.us
|
Tom Lane tgl@sss.pgh.pa.us
|
||||||
Tom Tromey tromey@cygnus.com
|
Tom Tromey tromey@cygnus.com
|
||||||
|
Volker Borchert bt@teknon.de
|
||||||
|
|
||||||
Many people are not named here because we lost track of them. We
|
Many people are not named here because we lost track of them. We
|
||||||
thank them! Please, help us keeping this list up to date.
|
thank them! Please, help us keeping this list up to date.
|
||||||
|
@ -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 '^(AWK|LEX|LEXLIB|LEX_OUTPUT_ROOT|LN_S|M4|RANLIB|SET_MAKE|YACC)=' |
|
||||||
egrep -v '^INSTALL(_(DATA|PROGRAM|SCRIPT))?=' |
|
egrep -v '^INSTALL(_(DATA|PROGRAM|SCRIPT))?=' |
|
||||||
egrep -v '^(CYGWIN|ISC|MINGW32|MINIX|EMXOS2|EXEEXT|OBJEXT)=' |
|
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 '^(X_(CFLAGS|LIBS|PRE_LIBS)|x_(includes|libraries)|have_x)=' |
|
||||||
egrep -v '^(host|build|target)(_(alias|cpu|vendor|os))?=' |
|
egrep -v '^(host|build|target)(_(alias|cpu|vendor|os))?=' |
|
||||||
egrep -v '^(cross_compiling)=' |
|
egrep -v '^(cross_compiling)=' |
|
||||||
egrep -v '^(interpval)=' |
|
egrep -v '^(interpval)=' |
|
||||||
egrep -v '^(f77_(case|underscore))=' |
|
egrep -v '^(f77_(case|underscore))=' |
|
||||||
# Some variables some shells use and change
|
# Some variables some shells use and change.
|
||||||
egrep -v '^(_|PIPESTATUS|OLDPWD)=' |
|
egrep -v '^(_|OLDPWD|PIPESTATUS|SECONDS)=' |
|
||||||
# There maybe variables spread on several lines, eg IFS, remove the dead
|
# There maybe variables spread on several lines, eg IFS, remove the dead
|
||||||
# lines
|
# lines
|
||||||
fgrep = >$1
|
fgrep = >$1
|
||||||
|
Loading…
Reference in New Issue
Block a user