m4/inttypes.m4


Log

Author Commit Date CI Message
Bruno Haible f16b3a4e 2006-09-18T19:23:59 Remove inttypes-h.m4 and its gl_HEADER_INTTYES_H macro.
Paul Eggert 269c2a93 2006-09-18T17:45:51 * inttypes.m4 (gl_INTTYPES_H): Quote "test" args more systematically.
Eric Blake 0a70212f 2006-08-28T20:56:50 * inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
Paul Eggert fe579ace 2006-08-28T20:42:17 * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]: Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else. * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define just before including <inttypes.h>, to avoid circular inclusion. * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here... * m4/stdint.m4 (gl_STDINT_H): ... from here. This undoes the most recent change to stdint.m4, since we're now addressing the problem in a different way. * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
Bruno Haible 1c01f30b 2006-08-28T16:57:51 SCNX* macros don't exist.
Bruno Haible b1d6af15 2006-08-28T12:53:57 Rewritten 'inttypes' module.
Bruno Haible e4f11c5b 2006-07-22T13:17:45 Renamed to inttypes-h.m4.
Bruno Haible 9060d646 2005-03-03T20:59:01 Use an all-permissive copyright notice.
Paul Eggert c4da5fc9 2004-06-01T20:27:08 Merge from coreutils CVS.
Jim Meyering 23fe10e2 2004-04-18T18:12:50 Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
Bruno Haible 53b8fa05 2002-12-31T13:42:06 An autoconf macro for its associated module.
Karl Berry 0fc23683 2002-09-24T16:09:00 remove gettext m4 files, better to get from gettext directly.
Jim Meyering 4f18a124 2001-08-31T10:12:12 (AC_PREREQ): Bump to 2.52. (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52. All uses removed. (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T): Move AC_REQUIRE to next-to-top level, to avoid confusion. Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
Jim Meyering 522efb3b 2001-08-18T15:59:02 Add AC_PREREQ(2.13). (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too. (jm_AC_TYPE_INTMAX_T): New macro. (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
Jim Meyering a492be74 2001-08-18T15:54:09 renamed from inttypes_h.m4