* configure.ac (AM_INIT_AUTOMAKE): Here.  The future major Automake
version 2.0 (ETA about one, one and half year from now) will likely
enable them by default, so better prepare ourselves.

Signed-off-by: Stefano Lattarini <stefano.lattar...@gmail.com>
---
 ChangeLog    | 8 ++++++++
 configure.ac | 2 +-
 2 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 5278d49..6abc7bc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
 2013-04-30  Stefano Lattarini <stefano.lattar...@gmail.com>  (tiny change)
 
+       build: enable 'subdir-objects' and 'silent-rules' automake options
+
+       * configure.ac (AM_INIT_AUTOMAKE): Here.  The future major Automake
+       version 2.0 (ETA about one, one and half year from now) will likely
+       enable them by default, so better prepare ourselves.
+
+2013-04-30  Stefano Lattarini <stefano.lattar...@gmail.com>  (tiny change)
+
        build: require Autoconf >= 2.62 and Automake >= 1.11.1
 
        Older versions of those tools should be considered fully obsolete.
diff --git a/configure.ac b/configure.ac
index 548bc42..c6a5482 100644
--- a/configure.ac
+++ b/configure.ac
@@ -26,7 +26,7 @@ AC_CONFIG_SRCDIR([vpath.c])
 AC_CONFIG_HEADERS([config.h])
 
 # Automake setup
-AM_INIT_AUTOMAKE([1.11.1])
+AM_INIT_AUTOMAKE([1.11.1 subdir-objects silent-rules])
 
 # Checks for programs.
 AC_PROG_CC
-- 
1.8.3.rc0.19.g7e6a0cc


_______________________________________________
Bug-make mailing list
Bug-make@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-make

Reply via email to