From: Paul Eggert Date: Thu, 16 Dec 2021 20:40:14 +0000 (-0800) Subject: stdint: omit duplicate gl_CONFIGURE_HEADER calls X-Git-Tag: v1.0~2516 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=88f5ae75df708299b72129da8255d8d03b6b19a5;p=gnulib.git 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”. --- diff --git a/ChangeLog b/ChangeLog index 1a8a8e79a7..e1be947a37 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 bdec953df5..3053a132e1 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: