From 5a244d5c5023f90d57feefebf4800dc01cdb594e Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Fri, 21 Dec 2018 09:34:05 +0100 Subject: [PATCH] Assume Autoconf >= 2.63. * modules/stdarg (configure.ac-early): Remove comment about Autoconf versions < 2.60. --- ChangeLog | 6 ++++++ modules/stdarg | 4 +--- 2 files changed, 7 insertions(+), 3 deletions(-) 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: -- 2.39.5