+2020-03-16 Bruno Haible <bruno@clisp.org>
+
+ *printf-posix: Fix m4 error (regression from 2020-03-08).
+ * m4/printf.m4 (gl_SNPRINTF_DIRECTIVE_N): Enable interpretation of
+ brackets in AC_COMPILE_IFELSE invocation.
+
2020-03-08 Bruno Haible <bruno@clisp.org>
crypto/af_alg, renameatu, same, term-style-control: Depend on fstat.
-# printf.m4 serial 63
+# printf.m4 serial 64
dnl Copyright (C) 2003, 2007-2020 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_snprintf_directive_n=yes],
[gl_cv_func_snprintf_directive_n=no],
[
-changequote(,)dnl
case "$host_os" in
# Guess no on glibc when _FORTIFY_SOURCE >= 2.
*-gnu* | gnu*) AC_COMPILE_IFELSE(
[gl_cv_func_snprintf_directive_n="guessing yes"],
[gl_cv_func_snprintf_directive_n="guessing no"])
;;
+changequote(,)dnl
# Guess yes on musl systems.
*-musl*) gl_cv_func_snprintf_directive_n="guessing yes";;
# Guess yes on FreeBSD >= 5.
mingw*) gl_cv_func_snprintf_directive_n="guessing no";;
# If we don't know, obey --enable-cross-guesses.
*) gl_cv_func_snprintf_directive_n="$gl_cross_guess_normal";;
- esac
changequote([,])dnl
+ esac
])
])
])