From bbae375ca20df350b26bb97cbe63835661379457 Mon Sep 17 00:00:00 2001 From: Damjan Marion Date: Fri, 8 Jul 2016 13:57:11 +0200 Subject: Remove unnecessary and obsolete configure.ac directives Also enable silent rules where missing Change-Id: Ia521886815c862b013f01df4cc18fd8a298aaaa1 Signed-off-by: Damjan Marion --- plugins/configure.ac | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'plugins/configure.ac') diff --git a/plugins/configure.ac b/plugins/configure.ac index f10d180324d..1c9febe2679 100644 --- a/plugins/configure.ac +++ b/plugins/configure.ac @@ -1,10 +1,9 @@ AC_INIT(core_plugins, 1.0) LT_INIT AM_INIT_AUTOMAKE +AM_SILENT_RULES([yes]) -AM_PROG_AS AC_PROG_CC -AM_PROG_CC_C_O AC_ARG_ENABLE(tests, AC_HELP_STRING([--enable-tests], [Build unit tests]), -- cgit 1.2.3-korg