diff options
author | Werner Koch <wk@gnupg.org> | 2015-01-05 14:55:36 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2015-01-05 14:55:36 +0100 |
commit | 445bb17d5fe6b53db078082fb033dbc67eea8307 (patch) | |
tree | 1a43ae3925f1760531b9e00ad37fb210209bc8db /README.GIT | |
parent | agent: Make --allow-loopback-pinentry gpgconf changeable. (diff) | |
download | gnupg2-445bb17d5fe6b53db078082fb033dbc67eea8307.tar.xz gnupg2-445bb17d5fe6b53db078082fb033dbc67eea8307.zip |
build: Require automake 1.14.
* configure.ac (AM_INIT_AUTOMAKE): Add serial-tests.
Diffstat (limited to 'README.GIT')
-rw-r--r-- | README.GIT | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/README.GIT b/README.GIT index ee2c6383f..57dab7a21 100644 --- a/README.GIT +++ b/README.GIT @@ -17,8 +17,8 @@ variables to override the default tool names: AUTOMAKE_SUFFIX is used as a suffix for all tools from the automake package. For example - AUTOMAKE_SUFFIX="-1.7" ./autogen.sh - uses "automake-1.7" and "aclocal-1.7. + AUTOMAKE_SUFFIX="-1.14" ./autogen.sh + uses "automake-1.14" and "aclocal-1.14. AUTOMAKE_PREFIX is used as a prefix for all tools from the automake page and may be combined with AUTOMAKE_SUFFIX. e.g.: AUTOMAKE_PREFIX=/usr/foo/bin ./autogen.sh |