* m4/quotearg.m4 (gl_QUOTEARG): Require gl_MUSL_LIBC.
* modules/quotearg (Files): Add m4/musl.m4.
+2026-05-26 Bruno Haible <bruno@clisp.org>
+
+ quotearg: Improve USE_C_LOCALE code on musl libc.
+ * m4/quotearg.m4 (gl_QUOTEARG): Require gl_MUSL_LIBC.
+ * modules/quotearg (Files): Add m4/musl.m4.
+
2026-05-25 Paul Eggert <eggert@cs.ucla.edu>
xalloc-oversized: pacify gcc -Wuseless-cast
# quotearg.m4
-# serial 10
+# serial 11
dnl Copyright (C) 2002, 2004-2026 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([gl_QUOTEARG],
[
AC_REQUIRE([AC_C_RESTRICT])
+ AC_REQUIRE([gl_MUSL_LIBC])
:
])
lib/quotearg.c
lib/quote.h
m4/quotearg.m4
+m4/musl.m4
Depends-on:
attribute