]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* tests/actest.m4 (AC_ENV_SAVE): OpenBSD-2.3's /bin/sh defines an
authorAkim Demaille <akim@epita.fr>
Thu, 10 Feb 2000 16:57:55 +0000 (16:57 +0000)
committerAkim Demaille <akim@epita.fr>
Thu, 10 Feb 2000 16:57:55 +0000 (16:57 +0000)
envvar SECONDS which does change with time.
KMEM_GROUP is set by AC_FUNC_GETLOADAVG.
Reported by Volker Borchert.

ChangeLog
THANKS
tests/actest.m4

index c902300901b815743880b3a250a52ec4e1b151a9..4736a98a7a4b456ac9c5b71ee75fa2860f1a1440 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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'.
diff --git a/THANKS b/THANKS
index 6d212fb7f28772d00d35d71d0bb13cc95aab68fe..5a38057f2c3142bc986b7293515a3c041fc51ae2 100644 (file)
--- a/THANKS
+++ b/THANKS
@@ -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.
index d019bef366294d9c293edfcb399560a7462f2119..13a8eaac0f637f0e9c83b45b0e767b86c1cb0cb8 100644 (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