]> Savannah Git Hosting - gnulib.git/commitdiff
std-gnu11: Make compatible with Autoconf 2.70.
authorBruno Haible <bruno@clisp.org>
Wed, 9 Dec 2020 03:06:40 +0000 (04:06 +0100)
committerBruno Haible <bruno@clisp.org>
Wed, 9 Dec 2020 03:06:40 +0000 (04:06 +0100)
* m4/std-gnu11.m4: Disable the entire file if Autoconf >= 2.70 is in
use.

ChangeLog
m4/std-gnu11.m4

index 81e0db72757a798bec8ddd73265061d0571ecca5..59b4b72acd00be68a0ea3ecdb2be60bcaaa3a6ca 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2020-12-08  Bruno Haible  <bruno@clisp.org>
+
+       std-gnu11: Make compatible with Autoconf 2.70.
+       * m4/std-gnu11.m4: Disable the entire file if Autoconf >= 2.70 is in
+       use.
+
 2020-12-08  Bruno Haible  <bruno@clisp.org>
 
        argp: Avoid undefined behaviour when invoking qsort().
index db833d820f3b5b26e0f218ef87daf4fc1be54f2d..b5ab8abed0288b1197fe9f49dcf6aeb6b503ddf3 100644 (file)
@@ -6,6 +6,8 @@
 # This implementation will be obsolete once we can assume Autoconf 2.70
 # or later is installed everywhere a Gnulib program might be developed.
 
+m4_version_prereq([2.70], [], [
+
 
 # Copyright (C) 2001-2020 Free Software Foundation, Inc.
 
@@ -822,3 +824,6 @@ dnl Tru64   N/A (no support)
 dnl with extended modes being tried first.
 [[-std=gnu++11 -std=c++11 -std=gnu++0x -std=c++0x -qlanglvl=extended0x -AA]], [$1], [$2])[]dnl
 ])# _AC_PROG_CXX_CXX11
+
+
+])# m4_version_prereq