changeset 29126:5e071fce3668

* m4/putenv.m4 (gl_FUNC_PUTENV): Also mention that we're checking for compatibility with GNU.
author Paul Eggert <eggert@cs.ucla.edu>
date Thu, 01 Nov 2007 09:19:14 -0700
parents 6ce49881fa23
children 14a7a19487d1
files ChangeLog m4/putenv.m4
diffstat 2 files changed, 8 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Thu Nov 01 13:23:33 2007 +0100
+++ b/ChangeLog	Thu Nov 01 09:19:14 2007 -0700
@@ -1,3 +1,8 @@
+2007-11-01  Paul Eggert  <eggert@cs.ucla.edu>
+
+	* m4/putenv.m4 (gl_FUNC_PUTENV): Also mention that we're checking
+	for compatibility with GNU.
+
 2007-11-01  Bruno Haible  <bruno@clisp.org>
 
 	* lib/putenv.c: Include <stdlib.h>. Remove rpl_putenv declaration.
--- a/m4/putenv.m4	Thu Nov 01 13:23:33 2007 +0100
+++ b/m4/putenv.m4	Thu Nov 01 09:19:14 2007 -0700
@@ -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 @@
 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"))