aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetteri Räty <petsku@petteriraty.eu>2011-03-26 12:31:36 +0200
committerPetteri Räty <petsku@petteriraty.eu>2011-03-26 13:16:23 +0200
commitf010d98d959d13affd691d2a8306f2beef5edaab (patch)
tree2ac5f9c17f99618cb755d5444f8973024bcecb9a /configure.ac
parentSingle binary for unittests (diff)
downloadlibbash-f010d98d959d13affd691d2a8306f2beef5edaab.tar.gz
libbash-f010d98d959d13affd691d2a8306f2beef5edaab.tar.bz2
libbash-f010d98d959d13affd691d2a8306f2beef5edaab.zip
Enable automake silent rules
Much easier to follow the output when a ton of stuff is not printed.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 445460e..5dd5b0b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -19,7 +19,8 @@ dnl #############################################
AC_PREREQ(2.65)
AC_CONFIG_MACRO_DIR([m4])
AC_INIT([libbash],[0.1],[powerofazure@gmail.com])
-AM_INIT_AUTOMAKE([foreign parallel-tests color-tests subdir-objects])
+AM_INIT_AUTOMAKE([foreign parallel-tests color-tests subdir-objects 1.11])
+AM_SILENT_RULES([yes])
AC_PROG_CXX
LT_INIT