summaryrefslogtreecommitdiffstats
path: root/gl/m4/setlocale_null.m4
diff options
context:
space:
mode:
Diffstat (limited to 'gl/m4/setlocale_null.m4')
-rw-r--r--gl/m4/setlocale_null.m412
1 files changed, 6 insertions, 6 deletions
diff --git a/gl/m4/setlocale_null.m4 b/gl/m4/setlocale_null.m4
index 3c8b693e..b6727245 100644
--- a/gl/m4/setlocale_null.m4
+++ b/gl/m4/setlocale_null.m4
@@ -1,6 +1,6 @@
1# setlocale_null.m4 1# setlocale_null.m4
2# serial 10 2# serial 11
3dnl Copyright (C) 2019-2025 Free Software Foundation, Inc. 3dnl Copyright (C) 2019-2026 Free Software Foundation, Inc.
4dnl This file is free software; the Free Software Foundation 4dnl This file is free software; the Free Software Foundation
5dnl gives unlimited permission to copy and/or distribute it, 5dnl gives unlimited permission to copy and/or distribute it,
6dnl with or without modifications, as long as this notice is preserved. 6dnl with or without modifications, as long as this notice is preserved.
@@ -32,8 +32,8 @@ AC_DEFUN_ONCE([gl_FUNC_SETLOCALE_NULL],
32 [gl_cv_func_setlocale_null_all_mtsafe=yes], 32 [gl_cv_func_setlocale_null_all_mtsafe=yes],
33 [gl_cv_func_setlocale_null_all_mtsafe=no]) 33 [gl_cv_func_setlocale_null_all_mtsafe=no])
34 ;; 34 ;;
35 # Guess yes on glibc, HP-UX, IRIX, Solaris, native Windows. 35 # Guess yes on glibc, HP-UX, Solaris, native Windows.
36 *-gnu* | gnu* | hpux* | irix* | solaris* | mingw* | windows*) 36 *-gnu* | gnu* | hpux* | solaris* | mingw* | windows*)
37 gl_cv_func_setlocale_null_all_mtsafe=yes ;; 37 gl_cv_func_setlocale_null_all_mtsafe=yes ;;
38 # If we don't know, obey --enable-cross-guesses. 38 # If we don't know, obey --enable-cross-guesses.
39 *) 39 *)
@@ -63,8 +63,8 @@ AC_DEFUN_ONCE([gl_FUNC_SETLOCALE_NULL],
63 # Guess no on OpenBSD, AIX. 63 # Guess no on OpenBSD, AIX.
64 openbsd* | aix*) 64 openbsd* | aix*)
65 gl_cv_func_setlocale_null_one_mtsafe=no ;; 65 gl_cv_func_setlocale_null_one_mtsafe=no ;;
66 # Guess yes on glibc, musl libc, macOS, FreeBSD, NetBSD, HP-UX, IRIX, Solaris, Haiku, Cygwin, native Windows. 66 # Guess yes on glibc, musl libc, macOS, FreeBSD, NetBSD, HP-UX, Solaris, Haiku, Cygwin, native Windows.
67 *-gnu* | gnu* | *-musl* | midipix* | darwin* | freebsd* | midnightbsd* | netbsd* | hpux* | irix* | solaris* | haiku* | cygwin* | mingw* | windows*) 67 *-gnu* | gnu* | *-musl* | midipix* | darwin* | freebsd* | midnightbsd* | netbsd* | hpux* | solaris* | haiku* | cygwin* | mingw* | windows*)
68 gl_cv_func_setlocale_null_one_mtsafe=yes ;; 68 gl_cv_func_setlocale_null_one_mtsafe=yes ;;
69 # If we don't know, obey --enable-cross-guesses. 69 # If we don't know, obey --enable-cross-guesses.
70 *) 70 *)