summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2003-03-06 04:06:32 +0000
committerThomas Schwinge <tschwinge@gnu.org>2009-06-17 23:50:22 +0200
commit8bf3ec3cc5e044b6961843b287e552eab2e9a578 (patch)
treebc58003cf84fe24d93cbecf600c8e4226da49d13
parentb5103fbcbce433789478adfc64935056ed0e183e (diff)
.
-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.