* m4/getlocalename_l.m4 (gl_FUNC_GETLOCALENAME_L_UNSAFE): Require
gl_LOCALE_H_DEFAULTS.
+2025-07-15 Bruno Haible <bruno@clisp.org>
+
+ getlocalename_l-unsafe: Make configuration more robust.
+ * m4/getlocalename_l.m4 (gl_FUNC_GETLOCALENAME_L_UNSAFE): Require
+ gl_LOCALE_H_DEFAULTS.
+
2025-07-15 Bruno Haible <bruno@clisp.org>
localename-unsafe: Reduce dependencies.
# getlocalename_l.m4
-# serial 3
+# serial 4
dnl Copyright (C) 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,
AC_DEFUN_ONCE([gl_FUNC_GETLOCALENAME_L_UNSAFE],
[
+ AC_REQUIRE([gl_LOCALE_H_DEFAULTS])
AC_REQUIRE([gl_FUNC_SETLOCALE_NULL])
AC_CHECK_FUNCS_ONCE([getlocalename_l])
if test $ac_cv_func_getlocalename_l = yes; then