* configure.in: Suppress unnecessary checks for size_t.
[bpt/emacs.git] / ChangeLog
index 04a33ec..64aad9e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,15 +1,20 @@
+2011-04-22  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * configure.in: Suppress unnecessary checks for size_t.
+       (AC_TYPE_SIZE_T): Define an empty macro, to suppress obsolescent test.
+       (size_t): Do not check for this, and do not typedef.  This code
+       is never exercised now.
+
 2011-04-21  Paul Eggert  <eggert@cs.ucla.edu>
 
        * Makefile.in (GNULIB_MODULES): Add strtoumax.
        This is needed for the new integer-reading code in lread.c.
        It automatically pulls in the following gnulib files, which
        are used on old-fashioned platforms that don't have strtoumax:
-       lib/inttypes.in.h, lib/strtoimax.c, lib/strtol.c,
-       lib/strtoll.c, lib/strtoul.c, lib/strtoull.c, lib/strtoumax.c,
-       lib/verify.h, lib/wchar.in.h, m4/inttypes-pri.m4,
-       m4/inttypes.m4, m4/strtoimax.m4, m4/strtol.m4, m4/strtoll.m4,
-       m4/strtoul.m4, m4/strtoull.m4, m4/strtoumax.m4, m4/wchar_h.m4,
-       m4/wint_t.m4.
+       lib/inttypes.in.h, lib/strtoimax.c, lib/strtol.c, lib/strtoul.c,
+       lib/strtoull.c, lib/strtoumax.c, lib/verify.h, m4/inttypes.m4,
+       m4/strtoull.m4, m4/strtoumax.m4.
+       * .bzrignore: Add lib/inttypes.h.
 
 2011-04-20  Ken Brown  <kbrown@cornell.edu>