]> Savannah Git Hosting - gnulib.git/commitdiff
setenv: Simplify m4 requires.
authorBruno Haible <bruno@clisp.org>
Mon, 19 Jun 2023 14:42:09 +0000 (16:42 +0200)
committerBruno Haible <bruno@clisp.org>
Mon, 19 Jun 2023 14:42:09 +0000 (16:42 +0200)
* m4/setenv.m4 (gl_PREREQ_SETENV): Don't require AC_FUNC_ALLOCA.

ChangeLog
m4/setenv.m4

index 15d375bbb6ba3fbe017280e2da6d4618dc059385..8fca57708ad1961e5782a8a1432fe55f8b4392d2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2023-06-19  Bruno Haible  <bruno@clisp.org>
+
+       setenv: Simplify m4 requires.
+       * m4/setenv.m4 (gl_PREREQ_SETENV): Don't require AC_FUNC_ALLOCA.
+
 2023-06-18  Bruno Haible  <bruno@clisp.org>
 
        configmake: Bypass the unusable 'echo' command of some shells.
index ef068ad879fc930d8a78e983e9237df494cf2887..a30523d6a337709a1c165433a3532060b1e823da 100644 (file)
@@ -1,4 +1,4 @@
-# setenv.m4 serial 32
+# setenv.m4 serial 33
 dnl Copyright (C) 2001-2004, 2006-2023 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
@@ -151,7 +151,6 @@ int unsetenv (const char *name);
 # Prerequisites of lib/setenv.c.
 AC_DEFUN([gl_PREREQ_SETENV],
 [
-  AC_REQUIRE([AC_FUNC_ALLOCA])
   AC_REQUIRE([gl_ENVIRON])
   AC_CHECK_HEADERS_ONCE([unistd.h])
   AC_CHECK_HEADERS([search.h])