diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2006-07-11 03:29:56 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2006-07-11 03:29:56 +0000 |
commit | 888ee9b8d99f7ed10f04b387eaf6e1477369c0fa (patch) | |
tree | 041ac2c7a67dfba434e135293ee74f6a48c6451a /m4/ChangeLog | |
parent | 6e1e9cd9b44bd65d2776fbefa8affe70df07726a (diff) | |
download | coreutils-888ee9b8d99f7ed10f04b387eaf6e1477369c0fa.tar.xz |
(gl_STDINT_H): Like yesterday's change to
absolute-header.m4. Also, set ABSOLUTE_STDINT_H to a string
"no/such/file/stdint.h" when there is no such file, so that
the resulting C code can be parsed by dodgy compilers.
Problems reported by Bob Proulx.
Diffstat (limited to 'm4/ChangeLog')
-rw-r--r-- | m4/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/m4/ChangeLog b/m4/ChangeLog index 8e444ebde..cb3bdaea5 100644 --- a/m4/ChangeLog +++ b/m4/ChangeLog @@ -1,3 +1,11 @@ +2006-07-10 Paul Eggert <eggert@cs.ucla.edu> + + * stdint.m4 (gl_STDINT_H): Like yesterday's change to + absolute-header.m4. Also, set ABSOLUTE_STDINT_H to a string + "no/such/file/stdint.h" when there is no such file, so that + the resulting C code can be parsed by dodgy compilers. + Problems reported by Bob Proulx. + 2006-07-09 Paul Eggert <eggert@cs.ucla.edu> * absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <> |