mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 05:39:41 -05:00
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:
parent
7f0bb6540a
commit
05c4e379b7
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue