From: Bruno Haible Date: Fri, 21 Dec 2018 08:34:05 +0000 (+0100) Subject: Assume Autoconf >= 2.63. X-Git-Tag: v1.0~5214 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=5a244d5c5023f90d57feefebf4800dc01cdb594e;p=gnulib.git Assume Autoconf >= 2.63. * modules/stdarg (configure.ac-early): Remove comment about Autoconf versions < 2.60. --- diff --git a/ChangeLog b/ChangeLog index cb6d8178bd..d1f0d630ea 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2018-12-21 Bruno Haible + + Assume Autoconf >= 2.63. + * modules/stdarg (configure.ac-early): Remove comment about Autoconf + versions < 2.60. + 2018-12-21 Bruno Haible memcmp: Mention the clang bug. diff --git a/modules/stdarg b/modules/stdarg index c108d7311b..0a2f27a6c3 100644 --- a/modules/stdarg +++ b/modules/stdarg @@ -10,9 +10,7 @@ include_next 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: