configure: enable silent rules by default
[xboard.git] / configure.ac
index 05135b2..1f44f95 100644 (file)
@@ -32,7 +32,7 @@ AC_INIT([xboard],[master-20110411],[bug-xboard@gnu.org])
 
 dnl| need this to be able to compile some files in a subdir (filebrowser)
 AM_INIT_AUTOMAKE([subdir-objects])
-m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES])
+m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
 
 AC_CONFIG_HEADERS([config.h])