aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2010-03-16 14:01:27 +0100
committerThomas White <taw@physics.org>2010-03-16 14:01:27 +0100
commit4955cf7f602bf300a348a1342dad6840020483c3 (patch)
treed65b4558903fa40806d19f4f85b9420266893f97 /configure.ac
parentdc77ca88c801412bc7976e9830e09dd8bd9c2fed (diff)
Enable automake silent rules by default
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
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)