]> 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 15:00:21 +0000 (17:00 +0200)
* m4/setlocale_null.m4 (gl_FUNC_SETLOCALE_NULL): Define through
AC_DEFUN_ONCE.

ChangeLog
m4/setlocale_null.m4

index 77e0a4ca2b02c7c85ed33c8e7f75621401757e92..51e381ad0cc1bb46ee6406f546f2c29562545bee 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 e5b7d28b169f3a1a71b50638fd7ac6575acde492..70e5e1e0f4f033d21702f2e3bc4094d9eda0bdd8 100644 (file)
@@ -1,11 +1,11 @@
 # setlocale_null.m4
-# serial 9
-dnl Copyright (C) 2019-2024 Free Software Foundation, Inc.
+# 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.
 
-AC_DEFUN([gl_FUNC_SETLOCALE_NULL],
+AC_DEFUN_ONCE([gl_FUNC_SETLOCALE_NULL],
 [
   AC_REQUIRE([AC_CANONICAL_HOST])
   AC_REQUIRE([gl_PTHREADLIB])