* 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-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.
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: