diff options
author | Ted Gould <ted@canonical.com> | 2009-08-19 11:38:23 -0500 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-08-19 11:38:23 -0500 |
commit | 999dbf81cc55bd01434e706389c5296e58b32097 (patch) | |
tree | c5a6984a57ade6056198d67d350bf74da474cee2 /configure.ac | |
parent | ba24704988964a1f211e82e87cbe8aca29641979 (diff) | |
download | libayatana-indicator-999dbf81cc55bd01434e706389c5296e58b32097.tar.gz libayatana-indicator-999dbf81cc55bd01434e706389c5296e58b32097.tar.bz2 libayatana-indicator-999dbf81cc55bd01434e706389c5296e58b32097.zip |
Using AM 1.11 silent mode
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 266f433..077ff57 100644 --- a/configure.ac +++ b/configure.ac @@ -18,6 +18,8 @@ AC_PROG_LIBTOOL AC_SUBST(VERSION) AC_CONFIG_MACRO_DIR([m4]) +m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])]) + ############################## # Custom Junk ############################## |