m4-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Changes to m4/ChangeLog,v


From: Eric Blake
Subject: Changes to m4/ChangeLog,v
Date: Tue, 26 Sep 2006 13:19:27 +0000

CVSROOT:        /sources/m4
Module name:    m4
Changes by:     Eric Blake <ericb>      06/09/26 13:19:26

Index: ChangeLog
===================================================================
RCS file: /sources/m4/m4/ChangeLog,v
retrieving revision 1.391
retrieving revision 1.392
diff -u -b -r1.391 -r1.392
--- ChangeLog   21 Sep 2006 16:40:03 -0000      1.391
+++ ChangeLog   26 Sep 2006 13:19:26 -0000      1.392
@@ -1,3 +1,40 @@
+2006-09-26  Eric Blake  <address@hidden>
+
+       * configure.ac (AC_CONFIG_HEADERS): Place <config.h> with other
+       gnulib headers.
+       * Makefile.am (AUTOMAKE_OPTIONS): Add nostdinc, to reduce length
+       of lines during make.
+       (AM_CPPFLAGS): Remove unneeded include path.
+       (src_m4_CPPFLAGS): Remove redundant include path.
+       * m4/system_.h Make preprocessor indentation consistent.
+       (M4_DIRSEP_CHAR, M4_PATHSEP_CHAR, M4_GNUC_FORMAT): Remove unused
+       macros.
+       (UNIX, W32_NATIVE, OS2): Update platform recognition macros from
+       branch.
+       (M4_GNUC_PRINTF, M4_GNUC_SCANF, M4_GNUC_NORETURN)
+       (M4_GNUC_CONST, M4_GNUC_UNUSED): Mangle names properly for header.
+       (bool, true, false): Don't undefine here; stdbool takes care of
+       that.
+       * src/m4.h (includes): Assume config.h, and several standard
+       headers.
+       (__CYGWIN__, WIN32): Don't define here; let system.h do it.
+       * m4/m4private.h: Assume config.h.
+       * m4/output.c: Likewise.
+       * m4/path.c: Likewise.
+       * m4/resyntax.c: Likewise.
+       * m4/utility.c: Likewise.
+       * modules/gnu.c: Likewise.
+       * modules/import.c: Likewise.
+       * modules/load.c: Likewise.
+       * modules/m4.c: Likewise.
+       * modules/modtest.c: Likewise.
+       * modules/mpeval.c: Likewise.
+       * modules/perl.c: Likewise.
+       * modules/shadow.c: Likewise.
+       * modules/stdlib.c: Likewise.
+       * modules/time.c: Likewise.
+       * modules/traditional.c: Likewise.
+
 2006-09-21  Eric Blake  <address@hidden>
 
        * doc/m4.texinfo (Invoking m4): Add clarification on option
@@ -7538,7 +7575,7 @@
 
        -----
 
-       $Revision: 1.391 $ $Date: 2006/09/21 16:40:03 $
+       $Revision: 1.392 $ $Date: 2006/09/26 13:19:26 $
 
        Local Variables:
        coding: utf-8




reply via email to

[Prev in Thread] Current Thread [Next in Thread]