diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2005-10-06 16:42:22 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2005-10-06 16:42:22 +0000 |
commit | a0d42f7861b5c5df7d625bb311486dad054ad9e3 (patch) | |
tree | c2314125bd173aecf420b74456949f69a84404eb /m4 | |
parent | cb797070ced949a7987a0e02cd93805967ac8c8d (diff) | |
download | coreutils-a0d42f7861b5c5df7d625bb311486dad054ad9e3.tar.xz |
Generalize the patch for the AIX bool bug.
Diffstat (limited to 'm4')
-rw-r--r-- | m4/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/m4/ChangeLog b/m4/ChangeLog index f51363aee..742361f75 100644 --- a/m4/ChangeLog +++ b/m4/ChangeLog @@ -1,3 +1,9 @@ +2005-10-06 Paul Eggert <eggert@cs.ucla.edu> + + * stdbool.m4 (AC_HEADER_STDBOOL): Check that bool + promotes to int, not unsigned int, to catch the AIX 5.3 + compiler bug. + 2005-10-02 Alfred M. Szmidt <ams@gnu.org> * chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path... |