diff options
author | Ted Gould <ted@canonical.com> | 2009-08-22 13:12:09 -0500 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-08-22 13:12:09 -0500 |
commit | 9877b38c16eed1206d5e4cde740e94cd38162f87 (patch) | |
tree | 9c491b6fd83ec857500123a2f0704917d67da02e /configure.ac | |
parent | f2c94673fda6baab2788da843d0f649171d451f0 (diff) | |
parent | 7035dee779c6b1ac39a0711661ec803a9e307464 (diff) | |
download | ayatana-indicator-session-9877b38c16eed1206d5e4cde740e94cd38162f87.tar.gz ayatana-indicator-session-9877b38c16eed1206d5e4cde740e94cd38162f87.tar.bz2 ayatana-indicator-session-9877b38c16eed1206d5e4cde740e94cd38162f87.zip |
Merging in the status work 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 0baf030..ac90330 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 ########################### |