summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorbwarken <bwarken>2013-04-15 14:47:41 +0000
committerbwarken <bwarken>2013-04-15 14:47:41 +0000
commit848d67e13dd10a3174fd0b68a8719e9875f55c9a (patch)
treeceeaa4657201b817a6af11fd5bc7bcee871dfecb /ChangeLog
parente909b8c50dabb6ad35c451f258e56d20c47a27d8 (diff)
downloadgroff-848d67e13dd10a3174fd0b68a8719e9875f55c9a.tar.gz
Change $PERLPATH to $PERL.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog21
1 files changed, 21 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 21aa6413..17623a82 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,26 @@
2013-04-15 Bernd Warken <groff-bernd.warken-72@web.de>
+ In the whole `groff' system, rename autoconf variable `$PERLPATH'
+ to `$PERL', which has the same content. But `$PERL' suits to
+ `AX_PROG_PERL_VERSION' in m4 macro `GROFF_PERL' in `m4/groff.m4'.
+
+ * src/utils/afmtodit/Makefile.sub,
+ * src/devices/gropdf/gropdf.pl,
+ * src/devices/gropdf/Makefile.sub,
+ * src/devices/gropdf/pdfmom.pl,
+ * arch/djgpp/config.site,
+ * font/devpdf/Makefile.sub,
+ * contrib/mm/Makefile.sub,
+ * m4/groff.m4,
+ * Makefile.in: Replace `$PERLPATH' by `$PERL'.
+
+ * m4/ax_compare_version.m4: New file, copied from daily version of
+ `GNU autoconf-archive'.
+
+ `autoconf' was not yet run, a newer version is needed.
+
+2013-04-15 Bernd Warken <groff-bernd.warken-72@web.de>
+
* README, INSTALL, INSTALL.gen, MANIFEST: Add documentation in the
top directory about some parts of `autotools' and `glilypond'.