diff options
author | Ted Gould <ted@canonical.com> | 2009-07-03 14:41:48 -0500 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-07-03 14:41:48 -0500 |
commit | 786788546803ee6e02c3c07dc17827d50bba22e2 (patch) | |
tree | 230dfa5b43e3d7d3a4814f1eb1875b568075c0b4 /configure.ac | |
parent | 7926d56f4dc89d8f30b0f6759119b8dd1507d666 (diff) | |
download | libayatana-indicator-786788546803ee6e02c3c07dc17827d50bba22e2.tar.gz libayatana-indicator-786788546803ee6e02c3c07dc17827d50bba22e2.tar.bz2 libayatana-indicator-786788546803ee6e02c3c07dc17827d50bba22e2.zip |
A little like mentioned on the GNOME Wiki, but doesn't work until I have a higher version of automake. Doesn't seem to cause problems though.
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 939accd..89bfbd8 100644 --- a/configure.ac +++ b/configure.ac @@ -7,6 +7,7 @@ AM_CONFIG_HEADER(config.h) AM_INIT_AUTOMAKE(indicator-applet, 0.2.0dev) AM_MAINTAINER_MODE +m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES]) IT_PROG_INTLTOOL([0.35.0]) AC_ISC_POSIX |