From 0760461e931dd13ff50f0b9186e16eef11f89e53 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Wed, 21 Nov 2012 14:29:40 -0800 Subject: [PATCH] - Unix build: add configure option for minimal make output --- checkin_notes | 5 +++++ configure.ac | 1 + 2 files changed, 6 insertions(+) diff --git a/checkin_notes b/checkin_notes index f44ee6aa0c..b9eac95daa 100644 --- a/checkin_notes +++ b/checkin_notes @@ -6982,3 +6982,8 @@ David 21 Nov 2012 Makefile job.xml wrapper.cpp + +David 21 Nov 2012 + - Unix build: add configure option for minimal make output + + configure.ac diff --git a/configure.ac b/configure.ac index 1649567cb1..0a2f4dc2a2 100644 --- a/configure.ac +++ b/configure.ac @@ -16,6 +16,7 @@ AC_CANONICAL_TARGET dnl generate .tar.gz, .tar.bz2, .zip dnl AM_INIT_AUTOMAKE(dist-bzip2 dist-zip) AM_INIT_AUTOMAKE(dist-zip) +m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) AC_CONFIG_SRCDIR(lib/shmem.cpp)