diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
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) |