]> Savannah Git Hosting - gnulib.git/commitdiff
stdint: omit duplicate gl_CONFIGURE_HEADER calls
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 16 Dec 2021 20:40:14 +0000 (12:40 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 16 Dec 2021 20:40:51 +0000 (12:40 -0800)
* 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
modules/stdint

index 1a8a8e79a734ec5ca6bc77663aedd2853771d84c..e1be947a3713637bb6755f838f0eb97e04186dd0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2021-12-16  Paul Eggert  <eggert@cs.ucla.edu>
+
+       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  <bruno@clisp.org>
 
        automake-subdir support: Support the libunistring modules.
index bdec953df5a24e948cb83f9b5e7a7febe50cd3dd..3053a132e184c04ccdae4a3ba7664ee130cbe706 100644 (file)
@@ -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: