Shave the output
authorZeeshan Ali (Khattak) <zeeshanak@gnome.org>
Sat, 25 Jul 2009 23:46:34 +0000 (02:46 +0300)
committerZeeshan Ali (Khattak) <zeeshanak@gnome.org>
Sat, 25 Jul 2009 23:46:34 +0000 (02:46 +0300)
Use new automake feature/macro to shave the build output by default.

configure.ac

index 15c5fd5..6ebdaaf 100644 (file)
@@ -217,6 +217,9 @@ ALL_LINGUAS=""
 AM_GLIB_GNU_GETTEXT
 AM_GLIB_DEFINE_LOCALEDIR([LOCALEDIR])
 
+dnl Shave the output
+AM_SILENT_RULES([yes])
+
 AC_OUTPUT([
 Makefile
 src/Makefile