From 586c6be200a61da7f08c740fc2995850ee1db9d9 Mon Sep 17 00:00:00 2001 From: Vincent Torri Date: Tue, 6 Oct 2009 16:58: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: 42914 --- legacy/evil/configure.ac | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/legacy/evil/configure.ac b/legacy/evil/configure.ac index 51659290bc..69663b8a17 100644 --- a/legacy/evil/configure.ac +++ b/legacy/evil/configure.ac @@ -15,7 +15,8 @@ case "$host_os" in ;; esac -AM_INIT_AUTOMAKE(1.6 dist-bzip2) +AM_INIT_AUTOMAKE([1.6 dist-bzip2]) +m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) AC_LIBTOOL_WIN32_DLL define([AC_LIBTOOL_LANG_F77_CONFIG], [:])dnl