From: Bruno Haible Date: Wed, 19 Aug 2020 22:42:05 +0000 (+0200) Subject: ansi-c++-opt: Work around an autoconf macro reordering problem. X-Git-Tag: v1.0~3702 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=f41fbb61a637548bc269eb4d42440b629b994a1a;p=gnulib.git ansi-c++-opt: Work around an autoconf macro reordering problem. * modules/ansi-c++-opt: Require gl_ANSI_CXX already in the early section. --- 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: