diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2011-04-06 00:04:53 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2011-04-06 00:04:53 -0700 |
commit | 54fc1789b3451b42d3b243cc7cf7e10f3711a51e (patch) | |
tree | 8976c197c638557dc166a28971423cdca6fe7cd4 /m4/stdint.m4 | |
parent | 41cf7d1aec986e1b92ca14231ac4ec242c233d45 (diff) | |
parent | b69769da408705e40929b793d79d3bfe6a3a5a48 (diff) | |
download | emacs-54fc1789b3451b42d3b243cc7cf7e10f3711a51e.tar.gz |
* lib/gnulib.mk, m4/stdbool.m4, m4/stddef_h.m4, m4/stdint.m4: Merge from gnulib.
Diffstat (limited to 'm4/stdint.m4')
-rw-r--r-- | m4/stdint.m4 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/m4/stdint.m4 b/m4/stdint.m4 index e7d0d0765a2..dff37fe1bf9 100644 --- a/m4/stdint.m4 +++ b/m4/stdint.m4 @@ -1,4 +1,4 @@ -# stdint.m4 serial 39 +# stdint.m4 serial 40 dnl Copyright (C) 2001-2011 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, @@ -305,6 +305,7 @@ static const char *macro_values[] = STDINT_H=stdint.h fi AC_SUBST([STDINT_H]) + AM_CONDITIONAL([GL_GENERATE_STDINT_H], [test -n "$STDINT_H"]) ]) dnl gl_STDINT_BITSIZEOF(TYPES, INCLUDES) |