]> Savannah Git Hosting - gnulib.git/commitdiff
ansi-c++-opt: Work around an autoconf macro reordering problem.
authorBruno Haible <bruno@clisp.org>
Wed, 19 Aug 2020 22:42:05 +0000 (00:42 +0200)
committerBruno Haible <bruno@clisp.org>
Wed, 19 Aug 2020 22:42:05 +0000 (00:42 +0200)
* modules/ansi-c++-opt: Require gl_ANSI_CXX already in the early
section.

ChangeLog
modules/ansi-c++-opt

index 2f0d2253dab5d88a3b9b6840478aabd40ed723ea..0814926c3cd2109b315479fd448651209f61208e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2020-08-19  Bruno Haible  <bruno@clisp.org>
+
+       ansi-c++-opt: Work around an autoconf macro reordering problem.
+       * modules/ansi-c++-opt: Require gl_ANSI_CXX already in the early
+       section.
+
 2020-08-19  Bruno Haible  <bruno@clisp.org>
 
        math C++ tests: Fix compilation error in with GCC 10.
index 176f174579a1342cfea1547fd6bc6a0fd8824c1e..ebf3c4656deeb265fba3d4e5c1fd47a220fef600 100644 (file)
@@ -6,9 +6,11 @@ m4/ansi-c++.m4
 
 Depends-on:
 
-configure.ac:
+configure.ac-early:
 AC_REQUIRE([gl_ANSI_CXX])
 
+configure.ac:
+
 Makefile.am:
 
 Include: