summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorwl <wl>2009-03-07 07:33:49 +0000
committerwl <wl>2009-03-07 07:33:49 +0000
commit2e0092512a9923bec9a913d391e5928110c3bd4f (patch)
treeb701daa468b247b1ac35f7ad476da72aaf7386d2 /ChangeLog
parent231cbd9e8e7cf2fc5da863fbac8f91ea4a62cc44 (diff)
downloadgroff-2e0092512a9923bec9a913d391e5928110c3bd4f.tar.gz
Improve configuration.
* configure.ac: Read `VERSION' and `REVISION' files to provide proper values for AC_INIT. * Makefile.in: Use `@datarootdir@' and `@docdir@' so that configure's `--datarootdir' and `--docdir' options are honoured. Documentation is now by default installed into something like `/usr/local/share/doc/groff-1.20.1'. * configure: Regenerated.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 69d6775d..6d891eeb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+2009-03-07 Werner Lemberg <wl@gnu.org>
+ Gunnar Florus <gunnar@florus.no>
+
+ Improve configuration.
+
+ * configure.ac: Read `VERSION' and `REVISION' files to provide
+ proper values for AC_INIT.
+ * Makefile.in: Use `@datarootdir@' and `@docdir@' so that
+ configure's `--datarootdir' and `--docdir' options are honoured.
+ Documentation is now by default installed into something like
+ `/usr/local/share/doc/groff-1.20.1'.
+
+ * configure: Regenerated.
+
2009-02-21 Colin Watson <cjwatson@debian.org>
Werner Lemberg <wl@gnu.org>