From c9b5e05f6bae75aa0644d3ac04ca81468a458a55 Mon Sep 17 00:00:00 2001 From: Vincent Torri Date: Tue, 6 Oct 2009 16:56:21 +0000 Subject: [PATCH] * more quoting * add silent rules (shave feature) see the description of AM_SILENT_RULES in: http://www.gnu.org/software/automake/manual/automake.html#Public-Macros SVN revision: 42912 --- legacy/elementary/configure.ac | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/legacy/elementary/configure.ac b/legacy/elementary/configure.ac index 84241a93f8..fa55245f4f 100644 --- a/legacy/elementary/configure.ac +++ b/legacy/elementary/configure.ac @@ -8,8 +8,9 @@ AC_CONFIG_MACRO_DIR([m4]) AC_CANONICAL_BUILD AC_CANONICAL_HOST -AM_INIT_AUTOMAKE(1.6 dist-bzip2) -AM_CONFIG_HEADER(elementary_config.h) +AM_INIT_AUTOMAKE([1.6 dist-bzip2]) +AM_CONFIG_HEADER([elementary_config.h]) +m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) AC_CANONICAL_BUILD AC_CANONICAL_HOST