From b8112e34ccca7501bc32add471e05b926f509ad6 Mon Sep 17 00:00:00 2001 From: Jozsef Kadlecsik Date: Thu, 10 May 2012 22:05:37 +0200 Subject: Enable silent (kernel style) compile messages --- configure.ac | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index af19bf4..728d7aa 100644 --- a/configure.ac +++ b/configure.ac @@ -5,6 +5,7 @@ AC_CANONICAL_HOST AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_HEADER([config.h]) AM_INIT_AUTOMAKE([foreign subdir-objects tar-pax]) +m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) AC_ENABLE_STATIC LT_INIT([dlopen]) @@ -91,18 +92,6 @@ AC_ARG_ENABLE([verbose], *) AC_MSG_ERROR([bad value ${enableval} for --enable-verbose]) ;; esac], [enable_verbose=no]) -AM_CONDITIONAL([ENABLE_VERBOSE], [test "x$enable_verbose" = xyes]) - -dnl Enable debugging -AC_ARG_ENABLE([debug], - AS_HELP_STRING([--enable-debug], - [Enable compiling with debug support.]), - [case "${enableval}" in - yes) enable_verbose=yes ;; - no) enable_verbose=no ;; - *) AC_MSG_ERROR([bad value ${enableval} for --enable-debug]) ;; - esac], [enable_debug=no]) - AM_CONDITIONAL([ENABLE_DEBUG], [test "x$enable_debug" = xyes]) dnl Enable type modules -- cgit v1.2.3