summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2017-10-04 01:22:57 +0200
committerBruno Haible <bruno@clisp.org>2017-10-04 01:22:57 +0200
commite70694158bc1da629241f24757076278aa60a356 (patch)
treef5ab88877ac43fb38ce11bb0ec146e45f9d1d3a0
parent4f923aafd82a0b35b47abdc738c660088f49591e (diff)
downloadgnulib-e70694158bc1da629241f24757076278aa60a356.tar.gz
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.
-rw-r--r--ChangeLog6
-rw-r--r--modules/host-cpu-c-abi2
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 7bc49abd0d..dff8d14735 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2017-10-03 Bruno Haible <bruno@clisp.org>
+ 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 <bruno@clisp.org>
+
doc: warn about misuse of strncpy and wcsncpy.
* doc/posix-functions/strcpy.texi: Describe requirements on prior
memory allocation.
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: