build: Update automake version requirement to 1.14.

For '%D%' support.

* configure.ac (AM_INIT_AUTOMAKE): Update version requirement to 1.14.
This commit is contained in:
Eric Bavier 2017-10-06 12:27:20 -05:00 committed by Eric Bavier
parent 7f0bb6540a
commit 05c4e379b7
No known key found for this signature in database
GPG Key ID: FD73CAC719D32566
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ AC_INIT([GNU Guix],
[https://www.gnu.org/software/guix/])
AC_CONFIG_AUX_DIR([build-aux])
AM_INIT_AUTOMAKE([1.12 gnu silent-rules subdir-objects \
AM_INIT_AUTOMAKE([1.14 gnu silent-rules subdir-objects \
color-tests parallel-tests -Woverride -Wno-portability])
# Enable silent rules by default.