[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Changes to m4/ChangeLog [branch-1_4]
From: |
Gary V . Vaughan |
Subject: |
Changes to m4/ChangeLog [branch-1_4] |
Date: |
Thu, 03 Feb 2005 11:43:12 -0500 |
Index: m4/ChangeLog
diff -u m4/ChangeLog:1.1.1.1.2.8 m4/ChangeLog:1.1.1.1.2.9
--- m4/ChangeLog:1.1.1.1.2.8 Thu Feb 3 15:21:05 2005
+++ m4/ChangeLog Thu Feb 3 16:43:10 2005
@@ -1,3 +1,29 @@
+2005-02-03 Gary V. Vaughan <address@hidden>
+
+ Modernise the configury a little to prevent spurious errors from
+ Autoconf-2.59's autoreconf:
+
+ * config.h.in: Renamed to...
+ * config-h.in: ...this to better support DOS 8.3 file systems.
+ * acconfig.h: Removed.
+ * configure.in: Renamed to...
+ * configure.ac: ...this, and AC_DEFINE used to declare config.h
+ entry comments. Slight reorganisation and reformatting.
+ * aclocal.m4: Use third argument to AC_DEFINE to declare config.h
+ entry comments.
+ (AC_INIT): Use a modern 3 argument call.
+ * Makefile.in, checks/Makefile.in, doc/Makefile.in,
+ examples/Makefile.in, lib/Makefile.in, src/Makefile.in:
+ s/PRODUCT/PACKAGE/g.
+ * Makefile.in (DISTFILES): Removed acconfig.h, configure.in,
+ config.h.in. Added configure.ac, config-h.in.
+ (stamp-h.in): Removed acconfig.h from dependencies.
+ (configure): Depends on configure.ac, not configure.in.
+ * doc/Makefile.in (stamp-vti): Ditto.
+ * src/freeze.c (produce_frozen_state), src/m4.c (main): Adjust for
+ difference between PRODUCT="m4" and PACKAGE="GNU M4".
+ * configure: Regenerated.
+
2005-02-03 Noah Misch <address@hidden>
* src/output.c (mkstemp): Make non-static, and build regardless of
- Changes to m4/ChangeLog [branch-1_4], Gary V . Vaughan, 2005/02/03
- Changes to m4/ChangeLog [branch-1_4],
Gary V . Vaughan <=
- Changes to m4/ChangeLog [branch-1_4], Gary V . Vaughan, 2005/02/03
- Changes to m4/ChangeLog [branch-1_4], Gary V . Vaughan, 2005/02/03
- Changes to m4/ChangeLog [branch-1_4], Gary V . Vaughan, 2005/02/03
- Changes to m4/ChangeLog [branch-1_4], Gary V . Vaughan, 2005/02/04
- Changes to m4/ChangeLog [branch-1_4], Gary V . Vaughan, 2005/02/04
- Changes to m4/ChangeLog [branch-1_4], Gary V . Vaughan, 2005/02/07
- Changes to m4/ChangeLog [branch-1_4], Gary V . Vaughan, 2005/02/07
- Changes to m4/ChangeLog [branch-1_4], Gary V . Vaughan, 2005/02/09