mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
build: Require Automake 1.12 or later.
* configure.ac: Require Automake 1.12 or later.
This commit is contained in:
parent
2289721c9c
commit
8aab64fca9
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ AC_INIT([GNU Guix], [0.2], [bug-guix@gnu.org], [guix],
|
||||||
[http://gnu.org/software/guix/])
|
[http://gnu.org/software/guix/])
|
||||||
AC_CONFIG_AUX_DIR([build-aux])
|
AC_CONFIG_AUX_DIR([build-aux])
|
||||||
|
|
||||||
AM_INIT_AUTOMAKE([1.11 gnu silent-rules subdir-objects \
|
AM_INIT_AUTOMAKE([1.12 gnu silent-rules subdir-objects \
|
||||||
color-tests parallel-tests])
|
color-tests parallel-tests])
|
||||||
|
|
||||||
AC_CONFIG_SRCDIR([guix.scm])
|
AC_CONFIG_SRCDIR([guix.scm])
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue