Branch
Hash :
d3b29823
Author :
Date :
2025-07-15T11:08:01
localename-unsafe-limited: Extend to more platforms. * modules/localename-unsafe-limited (Description): Update platforms list. (Files): Add m4/intlmacosx.m4, m4/musl.m4. (Depends-on): Add localename-environ, strdup, windows-mutex. (configure.ac): Invoke gl_MUSL_LIBC. (Link): Add $(INTL_MACOSX_LIBS). * m4/localename.m4 (gl_LOCALENAME_UNSAFE): Don't require gl_LOCALE_H_DEFAULTS. (gl_LOCALENAME_UNSAFE_LIMITED): Require gt_INTL_MACOSX.
# localename.m4
# serial 15
dnl Copyright (C) 2007, 2009-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_LOCALENAME_UNSAFE],
[
AC_REQUIRE([gt_LC_MESSAGES])
AC_REQUIRE([gt_INTL_MACOSX])
])
AC_DEFUN([gl_LOCALENAME_UNSAFE_LIMITED],
[
AC_REQUIRE([gt_LC_MESSAGES])
AC_REQUIRE([gt_INTL_MACOSX])
])
AC_DEFUN([gl_LOCALENAME_ENVIRON],
[
AC_REQUIRE([gt_INTL_MACOSX])
])