From 7bb4dbb81bad6bd1bac62f593cba8c158191f43c Mon Sep 17 00:00:00 2001 From: DRC Date: Fri, 21 Mar 2014 08:36:58 +0000 Subject: [PATCH] Enable silent build (can be overridden with 'make V=1') if the version of autotools being used is new enough. --- configure.ac | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configure.ac b/configure.ac index d0780c93..7ccd1b65 100644 --- a/configure.ac +++ b/configure.ac @@ -11,6 +11,8 @@ AC_PREFIX_DEFAULT(/opt/libjpeg-turbo) # Always build with prototypes AC_DEFINE([HAVE_PROTOTYPES], 1, [Define if your compiler supports prototypes]) +m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) + # Checks for programs. SAVED_CFLAGS=${CFLAGS} SAVED_CPPFLAGS=${CPPFLAGS}