From 88f5ae75df708299b72129da8255d8d03b6b19a5 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Thu, 16 Dec 2021 12:40:14 -0800 Subject: [PATCH] stdint: omit duplicate gl_CONFIGURE_HEADER calls MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * modules/stdint (configure.ac): Omit ‘gl_CONDITIONAL_HEADER([limits.h])’, since stdint depends on limits-h and doing gl_CONDITIONAL_HEADER twice can result in ‘configure’ failing with “*** GL_GENERATE_LIMITS_H is not set correctly”. --- ChangeLog | 9 +++++++++ modules/stdint | 2 -- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 1a8a8e79a..e1be947a3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2021-12-16 Paul Eggert + + stdint: omit duplicate gl_CONFIGURE_HEADER calls + * modules/stdint (configure.ac): Omit + ‘gl_CONDITIONAL_HEADER([limits.h])’, since stdint depends on + limits-h and doing gl_CONDITIONAL_HEADER twice can result in + ‘configure’ failing with “*** GL_GENERATE_LIMITS_H is not set + correctly”. + 2021-12-15 Bruno Haible automake-subdir support: Support the libunistring modules. diff --git a/modules/stdint b/modules/stdint index bdec953df..3053a132e 100644 --- a/modules/stdint +++ b/modules/stdint @@ -21,8 +21,6 @@ sys_types configure.ac: gl_STDINT_H gl_CONDITIONAL_HEADER([stdint.h]) -dnl Because of gl_REPLACE_LIMITS_H: -gl_CONDITIONAL_HEADER([limits.h]) AC_PROG_MKDIR_P Makefile.am: -- 2.32.0