diff options
author | Ted Gould <ted@canonical.com> | 2009-08-19 12:17:48 -0500 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-08-19 12:17:48 -0500 |
commit | 7035dee779c6b1ac39a0711661ec803a9e307464 (patch) | |
tree | 0ff69828a10621c2a180e62416c517866869e523 /configure.ac | |
parent | f022d796081febf634787868ddd93d5e19431786 (diff) | |
download | ayatana-indicator-session-7035dee779c6b1ac39a0711661ec803a9e307464.tar.gz ayatana-indicator-session-7035dee779c6b1ac39a0711661ec803a9e307464.tar.bz2 ayatana-indicator-session-7035dee779c6b1ac39a0711661ec803a9e307464.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 3d87072..8c3cb8a 100644 --- a/configure.ac +++ b/configure.ac @@ -17,6 +17,8 @@ AC_PROG_LIBTOOL AC_SUBST(VERSION) AC_CONFIG_MACRO_DIR([m4]) +m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])]) + ########################### # Dependencies ########################### |