]> Savannah Git Hosting - gnulib.git/commitdiff
setlocale-null: Fix autoconf warning.
authorBruno Haible <bruno@clisp.org>
Fri, 21 Mar 2025 06:17:53 +0000 (07:17 +0100)
committerBruno Haible <bruno@clisp.org>
Tue, 1 Apr 2025 14:38:19 +0000 (16:38 +0200)
* m4/setlocale_null.m4 (gl_FUNC_SETLOCALE_NULL): Define through
AC_DEFUN_ONCE.

ChangeLog
m4/setlocale_null.m4

index 19a16c28fcfe8121c73132aacb4257afc55c8f57..289a3e6cf9d2c3bde40b1623c028713db64c926d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2025-03-21  Bruno Haible  <bruno@clisp.org>
+
+       setlocale-null: Fix autoconf warning.
+       * m4/setlocale_null.m4 (gl_FUNC_SETLOCALE_NULL): Define through
+       AC_DEFUN_ONCE.
+
 2025-03-20  Bruno Haible  <bruno@clisp.org>
 
        Fix compilation errors in C++ mode on Android.
index e8f5d7c49215e378fad4d23c45c4ebbfaa2c275e..3c8b693ee57b51b806dd2169966df785e2d72e8d 100644 (file)
@@ -1,12 +1,12 @@
 # setlocale_null.m4
-# serial 9
+# serial 10
 dnl Copyright (C) 2019-2025 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
 dnl with or without modifications, as long as this notice is preserved.
 dnl This file is offered as-is, without any warranty.
 
-AC_DEFUN([gl_FUNC_SETLOCALE_NULL],
+AC_DEFUN_ONCE([gl_FUNC_SETLOCALE_NULL],
 [
   AC_REQUIRE([AC_CANONICAL_HOST])
   AC_REQUIRE([gl_PTHREADLIB])