]> Savannah Git Hosting - gnulib.git/commitdiff
Assume Autoconf >= 2.63.
authorBruno Haible <bruno@clisp.org>
Fri, 21 Dec 2018 08:34:05 +0000 (09:34 +0100)
committerBruno Haible <bruno@clisp.org>
Fri, 21 Dec 2018 08:34:05 +0000 (09:34 +0100)
* modules/stdarg (configure.ac-early): Remove comment about Autoconf
versions < 2.60.

ChangeLog
modules/stdarg

index cb6d8178bde111f36ce15aaa177c0fa83f2e06c7..d1f0d630ea8f681f4d9196f688a7377282718b3e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
index c108d7311b55ca26d8098fee5d6f9ff57cd24dcd..0a2f27a6c3d52a78418fe9895aa90077304f2d56 100644 (file)
@@ -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: