summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 99b32f31..76940272 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2003-03-05 Roland McGrath <roland@frob.com>
+ * Makefile.in (tool_prefix): Variable removed.
+ (version): @VERSION@ -> @PACKAGE_VERSION@
+ * version.c.in: Use @PACKAGE_NAME@ and @PACKAGE_VERSION@.
+
* configure.in: Require 2.54 and use new form of AC_INIT.
Add descriptions to all AC_DEFINE and AC_DEFINE_UNQUOTED.
Punt AC_PROG_CC_LOCAL, just use vanilla AC_PROG_CC.