summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorbwarken <bwarken>2013-04-14 23:11:00 +0000
committerbwarken <bwarken>2013-04-14 23:11:00 +0000
commit198e557c5586aeb2e1ffe06e7db1c974950d470c (patch)
tree4adb416fbe8a8d2b3277bea348b159c283d94bf8 /ChangeLog
parent4d34b89d2b6d79e8e158e0b6315e6051f78cda69 (diff)
downloadgroff-198e557c5586aeb2e1ffe06e7db1c974950d470c.tar.gz
Add Perl test to the configuration.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 87891af0..1972bf7a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,21 @@
+2013-04-15 Bernd Warken <groff-bernd.warken-72@web.de>
+
+ Add Perl test to configuration. During the run of `configure' the
+ program is broken with error when there is no `Perl' or the `perl'
+ program is too old.
+
+ * m4/groff.m4: Add macro `GROFF_PERL' that tests the availability
+ of the `perl' program and tests wether this has a version of at
+ most `v5.6.1'. Define variables $PERL and $PERLPATH for the full
+ name of the `perl' program and $PERLVERSION as the lest version.
+
+ * configure.ac: Add information of the macro `GROFF_PERL'.
+
+ * Makefile.in: Add definitions of the macro variables and their
+ `@...@' counterparts.
+
+ Run `autoreconf -I m4'.
+
2013-04-13 Keith Marshall <keithmarshall@users.sourceforge.net>
Avoid consideration of autotool cache for CVS inclusion.