Removed temporary directory
[dockapps/wmnotify.git] / configure.ac
index e735d81..123d85c 100644 (file)
@@ -7,9 +7,9 @@ AC_CONFIG_SRCDIR(src/wmnotify.c)
 AM_CONFIG_HEADER(config.h:config-h.in)
 dnl Checking if the NEWS file has been updated to reflect the current version.
 AM_INIT_AUTOMAKE(check-news)
+AM_SILENT_RULES([yes])
 
 dnl Testing the C compiler.
-dnl AC_PROG_CC
 AM_PROG_CC_C_O
 AC_LANG_C