From: Paul Eggert Date: Thu, 1 Nov 2007 16:19:14 +0000 (-0700) Subject: * m4/putenv.m4 (gl_FUNC_PUTENV): Also mention that we're checking X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=564e9e880f76a7cda00881e37a69386dfeaddd93;p=pspp * m4/putenv.m4 (gl_FUNC_PUTENV): Also mention that we're checking for compatibility with GNU. --- diff --git a/ChangeLog b/ChangeLog index 7866e745c0..c34257d018 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-11-01 Paul Eggert + + * m4/putenv.m4 (gl_FUNC_PUTENV): Also mention that we're checking + for compatibility with GNU. + 2007-11-01 Bruno Haible * lib/putenv.c: Include . Remove rpl_putenv declaration. diff --git a/m4/putenv.m4 b/m4/putenv.m4 index ba7c5c7434..226a9ebcee 100644 --- a/m4/putenv.m4 +++ b/m4/putenv.m4 @@ -1,4 +1,4 @@ -# putenv.m4 serial 13 +# putenv.m4 serial 14 dnl Copyright (C) 2002-2007 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, @@ -12,7 +12,8 @@ dnl The putenv in libc on at least SunOS 4.1.4 does *not* do that. AC_DEFUN([gl_FUNC_PUTENV], [ AC_REQUIRE([gl_STDLIB_H_DEFAULTS]) - AC_CACHE_CHECK([for SVID conformant putenv], jm_cv_func_svid_putenv, + AC_CACHE_CHECK([for putenv compatible with GNU and SVID], + [jm_cv_func_svid_putenv], [AC_RUN_IFELSE([AC_LANG_PROGRAM([AC_INCLUDES_DEFAULT],[ /* Put it in env. */ if (putenv ("CONFTEST_putenv=val"))