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.
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):
-# 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,
# 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])