summaryrefslogtreecommitdiff
path: root/INSTALL.REPO
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@usta.de>2017-08-15 23:22:37 +0200
committerBertrand Garrigues <bertrand.garrigues@laposte.net>2017-08-15 23:26:41 +0200
commitbc45d5e928fbdb8863412d520e7f15f3439758cf (patch)
treea96500650c6ea9aea65f2150bb3da4811ae39d42 /INSTALL.REPO
parenteaf4526d8c3d52a46f95bdfc06ac692f9d5b424f (diff)
downloadgroff-git-bc45d5e928fbdb8863412d520e7f15f3439758cf.tar.gz
Fix build if `configure' check for `fprintf-posix' fails.
See bug at: https://savannah.gnu.org/bugs/?51554. If tests for posix compliance of fprintf from `gnulib_m4/fprintf-posix.m4' fail, a replacement function of `fprintf' is used. Consequently, all executables that use this function must link against the gnulib (`libgnu.a'). The bug was introduced by commit fa41eeba06987a12bc0434f8b51896d4618a3997. * src/devices/xditview/xditview.am * src/preproc/eqn/eqn.am * src/preproc/pic/pic.am * src/preproc/preconv/preconv.am * src/preproc/refer/refer.am * src/preproc/soelim/soelim.am * src/preproc/tbl/tbl.am * src/utils/addftinfo/addftinfo.am * src/utils/hpftodit/hpftodit.am * src/utils/indxbib/indxbib.am * src/utils/lkbib/lkbib.am * src/utils/lookbib/lookbib.am * src/utils/pfbtops/pfbtops.am * src/utils/tfmtodit/tfmtodit.am * src/utils/xtotroff/xtotroff.am: link against libgnu.a * INSTALL.REPO: recommend the autoconf and automake versions used during automake migration rather than the minimum versions.
Diffstat (limited to 'INSTALL.REPO')
-rw-r--r--INSTALL.REPO4
1 files changed, 2 insertions, 2 deletions
diff --git a/INSTALL.REPO b/INSTALL.REPO
index 37949e8ed..bb285a27e 100644
--- a/INSTALL.REPO
+++ b/INSTALL.REPO
@@ -23,8 +23,8 @@ file.
On operating systems supporting concurrent installation of multiple
versions of the autotools, set the following environment variables:
- export AUTOMAKE_VERSION=1.12
- export AUTOCONF_VERSION=2.65
+ export AUTOMAKE_VERSION=1.14
+ export AUTOCONF_VERSION=2.69
First invoke the bootstrap script: