* m4/newlocale.m4 (gl_FUNC_NEWLOCALE): Use a no-op command as third
argument of AC_RUN_IFELSE.
+2025-04-11 Bruno Haible <bruno@clisp.org>
+
+ newlocale: Support cross-compilation.
+ * m4/newlocale.m4 (gl_FUNC_NEWLOCALE): Use a no-op command as third
+ argument of AC_RUN_IFELSE.
+
2025-04-10 Bruno Haible <bruno@clisp.org>
strcasecmp: Support cross-compilation.
# newlocale.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,
gl_cv_func_newlocale_works=no
fi
],
- [])
+ [:])
])
case "$gl_cv_func_newlocale_works" in
*yes) ;;