summaryrefslogtreecommitdiff
path: root/m4/stdint.m4
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2018-08-19 20:57:24 +0200
committerBruno Haible <bruno@clisp.org>2018-08-19 20:57:24 +0200
commit54b258e089547fb76e1a788c2e3c37df0a560b01 (patch)
tree09451619c30ed25804f9c411ace736f9c9f4033b /m4/stdint.m4
parent3d8634f17142fd4b12440c79ed4226ba6199f7dc (diff)
downloadgnulib-54b258e089547fb76e1a788c2e3c37df0a560b01.tar.gz
limits-h: Formalize side effects from other modules.
* m4/limits-h.m4 (gl_REPLACE_LIMITS_H): New macro. * m4/stdint.m4 (gl_STDINT_H): Invoke it.
Diffstat (limited to 'm4/stdint.m4')
-rw-r--r--m4/stdint.m45
1 files changed, 2 insertions, 3 deletions
diff --git a/m4/stdint.m4 b/m4/stdint.m4
index b86184c2ea..38dbbedffe 100644
--- a/m4/stdint.m4
+++ b/m4/stdint.m4
@@ -1,4 +1,4 @@
-# stdint.m4 serial 51
+# stdint.m4 serial 52
dnl Copyright (C) 2001-2018 Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
@@ -364,8 +364,7 @@ int32_t i32 = INT32_C (0x7fffffff);
esac
dnl The substitute stdint.h needs the substitute limit.h's _GL_INTEGER_WIDTH.
- LIMITS_H=limits.h
- AM_CONDITIONAL([GL_GENERATE_LIMITS_H], [test -n "$LIMITS_H"])
+ gl_REPLACE_LIMITS_H
AC_SUBST([HAVE_C99_STDINT_H])
AC_SUBST([HAVE_SYS_BITYPES_H])