diff options
author | Stefano Lattarini <stefano.lattarini@gmail.com> | 2012-01-15 22:42:34 +0100 |
---|---|---|
committer | Stefano Lattarini <stefano.lattarini@gmail.com> | 2012-01-15 22:42:34 +0100 |
commit | 239a5894acb53e6b72f281699ff20edb60dac7a3 (patch) | |
tree | 354a470767ea7843b45dc0b2fe9174534ad0b420 /configure.ac | |
parent | 5db22a16ba0a6d2ba01fa8360481d80a0c40c964 (diff) | |
parent | 086aca14a4442df10002b23f57e57e8526d4a9a1 (diff) | |
download | automake-239a5894acb53e6b72f281699ff20edb60dac7a3.tar.gz |
Merge branch 'maint'
* maint:
tests: move list of tests in its own Makefile fragment
build: silence automake build system
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index e8a19db34..23ebc6b54 100644 --- a/configure.ac +++ b/configure.ac @@ -1,8 +1,8 @@ # Process this file with autoconf to produce a configure script. # Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, -# 2004, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, -# Inc. +# 2004, 2006, 2007, 2008, 2009, 2010, 2011, 2012 Free Software +# Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -23,6 +23,8 @@ AC_INIT([GNU Automake], [1.11a], [bug-automake@gnu.org]) AC_CONFIG_SRCDIR([automake.in]) AC_CONFIG_AUX_DIR([lib]) +AM_SILENT_RULES([yes]) + AC_CANONICAL_HOST AC_CANONICAL_BUILD |