1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +02:00

build: Require automake 1.14.

* configure.ac (AM_INIT_AUTOMAKE): Add serial-tests.
This commit is contained in:
Werner Koch 2015-01-05 14:55:36 +01:00
parent ac2cb47fc5
commit 445bb17d5f
2 changed files with 4 additions and 6 deletions

View file

@ -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