]> Savannah Git Hosting - gnulib.git/commitdiff
stdint: also set GL_GENERATE_LIMITS_H
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 22 Sep 2016 18:44:39 +0000 (11:44 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 22 Sep 2016 18:45:14 +0000 (11:45 -0700)
Problem reported by Jim Meyering in:
http://lists.gnu.org/archive/html/bug-gnulib/2016-09/msg00052.html
* m4/stdint.m4 (gl_STDINT_H): Also redo the AM_CONDITIONAL.

ChangeLog
m4/stdint.m4

index 61ac98179d55d5de8c5d347c06310dcc6f5ead13..8b2629ab479d8a7dfa17049aeeafc6e069f7ed65 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2016-09-22  Paul Eggert  <eggert@cs.ucla.edu>
 
+       stdint: also set GL_GENERATE_LIMITS_H
+       Problem reported by Jim Meyering in:
+       http://lists.gnu.org/archive/html/bug-gnulib/2016-09/msg00052.html
+       * m4/stdint.m4 (gl_STDINT_H): Also redo the AM_CONDITIONAL.
+
        limits-h, stdint: Don't assume extensions, fix typo
        * m4/limits-h.m4 (gl_LIMITS_H):
        * m4/stdint.m4 (gl_STDINT_H):
index 7328096a45d71f21607262c282139848c6825562..fa6f103a63bb09400a5f8fd94e754c6f33fd31c6 100644 (file)
@@ -1,4 +1,4 @@
-# stdint.m4 serial 46
+# stdint.m4 serial 47
 dnl Copyright (C) 2001-2016 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
@@ -347,6 +347,7 @@ int32_t i32 = INT32_C (0x7fffffff);
 
   # 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"])
 
   AC_SUBST([HAVE_C99_STDINT_H])
   AC_SUBST([HAVE_SYS_BITYPES_H])