From f41fbb61a637548bc269eb4d42440b629b994a1a Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Thu, 20 Aug 2020 00:42:05 +0200 Subject: [PATCH] ansi-c++-opt: Work around an autoconf macro reordering problem. * modules/ansi-c++-opt: Require gl_ANSI_CXX already in the early section. --- ChangeLog | 6 ++++++ modules/ansi-c++-opt | 4 +++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 2f0d2253da..0814926c3c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2020-08-19 Bruno Haible + + 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 math C++ tests: Fix compilation error in with GCC 10. diff --git a/modules/ansi-c++-opt b/modules/ansi-c++-opt index 176f174579..ebf3c4656d 100644 --- a/modules/ansi-c++-opt +++ b/modules/ansi-c++-opt @@ -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: -- 2.39.5