diff options
author | Ludovic Courtès <ludo@gnu.org> | 2012-07-07 22:53:01 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2012-07-07 22:53:01 +0200 |
commit | 6365068393254e1131ab80eb0d68a759e7fd2256 (patch) | |
tree | 61211e2cbb05abf4e5983e8ab4a6606a017a317e /configure.ac | |
parent | e1e7b29aae2f2acda47c3d0c083096b0ee37574f (diff) | |
download | guix-6365068393254e1131ab80eb0d68a759e7fd2256.tar guix-6365068393254e1131ab80eb0d68a759e7fd2256.tar.gz |
build: Use Automake's `gnu' option.
* configure.ac: Use Automake's `gnu' option.
* ChangeLog, NEWS: New files.
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 74029d10e2..d8537294c5 100644 --- a/configure.ac +++ b/configure.ac @@ -5,7 +5,7 @@ AC_PREREQ(2.68) AC_INIT([Guix], [0.0], [guile-user@gnu.org]) AC_CONFIG_AUX_DIR([build-aux]) -AM_INIT_AUTOMAKE([1.11 foreign silent-rules subdir-objects \ +AM_INIT_AUTOMAKE([1.11 gnu silent-rules subdir-objects \ color-tests parallel-tests]) AC_CONFIG_SRCDIR([guix.scm]) |