From fa42f85005cb9e808c42469c0b1923d0b3d29c32 Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Wed, 21 Apr 2021 15:38:01 +0300 Subject: [PATCH 45/45] stdlib_h.m4: Update to serial 62 from gnulib upstream This is a comments-only update. See osdn #42034 Signed-off-by: Marko Lindqvist --- dependencies/m4/stdlib_h.m4 | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/dependencies/m4/stdlib_h.m4 b/dependencies/m4/stdlib_h.m4 index e938b5aa54..2de57f78c4 100644 --- a/dependencies/m4/stdlib_h.m4 +++ b/dependencies/m4/stdlib_h.m4 @@ -1,4 +1,4 @@ -# stdlib_h.m4 serial 61 +# stdlib_h.m4 serial 62 dnl Copyright (C) 2007-2021 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, @@ -46,6 +46,10 @@ AC_DEFUN_ONCE([gl_STDLIB_H], fi ]) +# gl_STDLIB_MODULE_INDICATOR([modulename]) +# sets the shell variable that indicates the presence of the given module +# to a C preprocessor expression that will evaluate to 1. +# This macro invocation must not occur in macros that are AC_REQUIREd. AC_DEFUN([gl_STDLIB_MODULE_INDICATOR], [ dnl Ensure to expand the default settings once only. @@ -55,6 +59,9 @@ AC_DEFUN([gl_STDLIB_MODULE_INDICATOR], gl_MODULE_INDICATOR_FOR_TESTS([$1]) ]) +# Initializes the default values for AC_SUBSTed shell variables. +# This macro must not be AC_REQUIREd. It must only be invoked, and only +# outside of macros or in macros that are not AC_REQUIREd. AC_DEFUN([gl_STDLIB_H_REQUIRE_DEFAULTS], [ m4_defun(GL_MODULE_INDICATOR_PREFIX[_STDLIB_H_MODULE_INDICATOR_DEFAULTS], [ -- 2.30.2