diff options
author | Dan Williams <dcbw@redhat.com> | 2010-08-05 22:10:33 -0500 |
---|---|---|
committer | Dan Williams <dcbw@redhat.com> | 2010-08-05 22:51:28 -0500 |
commit | b4d3ab014d5587b80858f314e53e596ed70ebdbf (patch) | |
tree | 8778e0908a47c45e530f9588ed79105b5efa2d8c /configure.ac | |
parent | 7e2d63d2c20a6ad540d4bb1e404f001b9f47a360 (diff) |
build: use automake silent rules
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 b763d7b6..16d59f5e 100644 --- a/configure.ac +++ b/configure.ac @@ -2,6 +2,7 @@ AC_PREREQ(2.52) AC_INIT(ModemManager, 0.4, dcbw@redhat.com, ModemManager) AM_INIT_AUTOMAKE([1.9 subdir-objects tar-ustar no-dist-gzip dist-bzip2]) +m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) AM_MAINTAINER_MODE AC_CONFIG_MACRO_DIR([m4]) |