From: Bruno Haible Date: Tue, 3 Oct 2017 23:22:57 +0000 (+0200) Subject: Fix warning "`gl_HOST_CPU_C_ABI' was expanded before it was required". X-Git-Tag: v1.0~5885 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=e70694158bc1da629241f24757076278aa60a356;p=gnulib.git Fix warning "`gl_HOST_CPU_C_ABI' was expanded before it was required". * modules/host-cpu-c-abi (configure.ac): Require, don't invoke gl_HOST_CPU_C_ABI. --- diff --git a/ChangeLog b/ChangeLog index 7bc49abd0d..dff8d14735 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2017-10-03 Bruno Haible + + Fix warning "`gl_HOST_CPU_C_ABI' was expanded before it was required". + * modules/host-cpu-c-abi (configure.ac): Require, don't invoke + gl_HOST_CPU_C_ABI. + 2017-10-03 Bruno Haible doc: warn about misuse of strncpy and wcsncpy. diff --git a/modules/host-cpu-c-abi b/modules/host-cpu-c-abi index 6c92cc4267..a9cf48bf67 100644 --- a/modules/host-cpu-c-abi +++ b/modules/host-cpu-c-abi @@ -8,7 +8,7 @@ m4/asm-underscore.m4 Depends-on: configure.ac: -gl_HOST_CPU_C_ABI +AC_REQUIRE([gl_HOST_CPU_C_ABI]) Makefile.am: