From 4955cf7f602bf300a348a1342dad6840020483c3 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Tue, 16 Mar 2010 14:01:27 +0100 Subject: Enable automake silent rules by default --- configure.ac | 1 + 1 file changed, 1 insertion(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 48c018fd..0634d89c 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,7 @@ dnl Process this file with autoconf to produce a configure script. AC_INIT(crystfel, 0.1.0, taw@physics.org) +AM_SILENT_RULES([yes]) VERSION=AC_PACKAGE_VERSION AM_CONFIG_HEADER(config.h) -- cgit v1.2.3