]> git.ipfire.org Git - thirdparty/coreutils.git/commit
(AC_HEADER_STDBOOL): Check that bool
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 6 Oct 2005 16:40:36 +0000 (16:40 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 6 Oct 2005 16:40:36 +0000 (16:40 +0000)
commitcb797070ced949a7987a0e02cd93805967ac8c8d
tree3052b2d5586447fbe145401d3d69b6379c2ce276
parent38ffebe4ac6e5e497f08b9d722aa28c8d7e6a560
(AC_HEADER_STDBOOL): Check that bool
promotes to int, not unsigned int, to catch the AIX 5.3
compiler bug.
m4/stdbool.m4