diff options
author | Ludovic Courtès <ludo@gnu.org> | 2013-01-28 21:26:00 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2013-01-28 22:30:16 +0100 |
commit | 8aab64fca9e573b3a68803c2f6668d2c477be2ab (patch) | |
tree | a817f391f1b4a98ede08b9d33c6c7ac4f8c4ee7e /configure.ac | |
parent | 2289721c9cf9e238982611235191ed9e691d326c (diff) | |
download | patches-8aab64fca9e573b3a68803c2f6668d2c477be2ab.tar patches-8aab64fca9e573b3a68803c2f6668d2c477be2ab.tar.gz |
build: Require Automake 1.12 or later.
* configure.ac: Require Automake 1.12 or later.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index cbca81a3cf..9da2812d41 100644 --- a/configure.ac +++ b/configure.ac @@ -6,7 +6,7 @@ AC_INIT([GNU Guix], [0.2], [bug-guix@gnu.org], [guix], [http://gnu.org/software/guix/]) 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]) AC_CONFIG_SRCDIR([guix.scm]) |