summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2021-12-16 12:40:14 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2021-12-16 12:40:51 -0800
commit88f5ae75df708299b72129da8255d8d03b6b19a5 (patch)
treed9799b1f98a7f2785ba793c6edd1b7ed818ada0c /ChangeLog
parentf67a7185e8bee0becde9a6992755d2afa1ca6531 (diff)
downloadgnulib-88f5ae75df708299b72129da8255d8d03b6b19a5.tar.gz
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”.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1a8a8e79a7..e1be947a37 100644
--- 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.