summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2021-12-18 11:43:20 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2021-12-18 11:43:50 -0800
commit415fae8ddcb39d33f364c81b0f199e28c65bb539 (patch)
tree0ca87804dfeffd6e375f513d8effdecd7b3f790a /modules
parent2eaf224aca7259e77aed9f78f3c4c7fa12c21da1 (diff)
downloadgnulib-415fae8ddcb39d33f364c81b0f199e28c65bb539.tar.gz
stdint: Fix handling of limits.h (regression 2021-12-16).
* modules/stdint (configure.ac): Revert last change. * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): If --gnu-make is used, assume that AC_SUBSTed variables for conditionals are constructed by appending the suffix '_CONDITION'.
Diffstat (limited to 'modules')
-rw-r--r--modules/stdint2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/stdint b/modules/stdint
index 3053a132e1..bdec953df5 100644
--- a/modules/stdint
+++ b/modules/stdint
@@ -21,6 +21,8 @@ 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: