~ruther/guix-local

8aab64fca9e573b3a68803c2f6668d2c477be2ab — Ludovic Courtès 13 years ago 2289721
build: Require Automake 1.12 or later.

* configure.ac: Require Automake 1.12 or later.
1 files changed, 1 insertions(+), 1 deletions(-)

M configure.ac
M configure.ac => configure.ac +1 -1
@@ 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])