From: Paul Eggert Date: Thu, 22 Sep 2016 18:44:39 +0000 (-0700) Subject: stdint: also set GL_GENERATE_LIMITS_H X-Git-Tag: v1.0~6629 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=fe3086fe5986c2ce88e324aa33dc104efbef3d77;p=gnulib.git 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. --- diff --git a/ChangeLog b/ChangeLog index 61ac98179d..8b2629ab47 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2016-09-22 Paul Eggert + 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): diff --git a/m4/stdint.m4 b/m4/stdint.m4 index 7328096a45..fa6f103a63 100644 --- a/m4/stdint.m4 +++ b/m4/stdint.m4 @@ -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])