changeset 40049:91d1555db71d

Assume Autoconf >= 2.63. * modules/stdarg (configure.ac-early): Remove comment about Autoconf versions < 2.60.
author Bruno Haible <bruno@clisp.org>
date Fri, 21 Dec 2018 09:34:05 +0100
parents 59dbafac4d42
children c8df3764df48
files ChangeLog modules/stdarg
diffstat 2 files changed, 7 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Fri Dec 21 09:25:57 2018 +0100
+++ b/ChangeLog	Fri Dec 21 09:34:05 2018 +0100
@@ -1,3 +1,9 @@
+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.
--- a/modules/stdarg	Fri Dec 21 09:25:57 2018 +0100
+++ b/modules/stdarg	Fri Dec 21 09:34:05 2018 +0100
@@ -10,9 +10,7 @@
 
 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: