* modules/stdarg (configure.ac-early): Remove comment about Autoconf
versions < 2.60.
+2018-12-21 Bruno Haible <bruno@clisp.org>
+
+ Assume Autoconf >= 2.63.
+ * modules/stdarg (configure.ac-early): Remove comment about Autoconf
+ versions < 2.60.
+
2018-12-21 Bruno Haible <bruno@clisp.org>
memcmp: Mention the clang bug.
configure.ac-early:
dnl Some compilers (e.g., AIX 5.3 cc) need to be in c99 mode
-dnl for the builtin va_copy to work. With Autoconf 2.60 or later,
-dnl gl_PROG_CC_C99 arranges for this. With older Autoconf gl_PROG_CC_C99
-dnl shouldn't hurt, though installers are on their own to set c99 mode.
+dnl for the builtin va_copy to work. gl_PROG_CC_C99 arranges for this.
gl_PROG_CC_C99
configure.ac: