diff options
author | Ted Gould <ted@canonical.com> | 2009-08-20 13:35:19 -0500 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-08-20 13:35:19 -0500 |
commit | 5b71456f77f4adf58baf085b1550f0bf480949aa (patch) | |
tree | 30f52622f1dc723e40ff5ca3d96ffbd6ef9c89bf /configure.ac | |
parent | 10327267daa9e4ba36ace96f637beaa9045e0895 (diff) | |
parent | da36b66e974c34b2024677396236a62e5973e9c9 (diff) | |
download | ayatana-indicator-messages-5b71456f77f4adf58baf085b1550f0bf480949aa.tar.gz ayatana-indicator-messages-5b71456f77f4adf58baf085b1550f0bf480949aa.tar.bz2 ayatana-indicator-messages-5b71456f77f4adf58baf085b1550f0bf480949aa.zip |
Merging in the launchers branch
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 9093512..19a549c 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 ########################### |