changeset 38881:69ed5260b12b

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.
author Bruno Haible <bruno@clisp.org>
date Wed, 04 Oct 2017 01:22:57 +0200
parents cd045b9d4140
children ceeaebdb337f
files ChangeLog modules/host-cpu-c-abi
diffstat 2 files changed, 7 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Tue Oct 03 22:01:42 2017 +0200
+++ b/ChangeLog	Wed Oct 04 01:22:57 2017 +0200
@@ -1,3 +1,9 @@
+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.
--- a/modules/host-cpu-c-abi	Tue Oct 03 22:01:42 2017 +0200
+++ b/modules/host-cpu-c-abi	Wed Oct 04 01:22:57 2017 +0200
@@ -8,7 +8,7 @@
 Depends-on:
 
 configure.ac:
-gl_HOST_CPU_C_ABI
+AC_REQUIRE([gl_HOST_CPU_C_ABI])
 
 Makefile.am: