add option for silent builds
authorArun Persaud <arun@nubati.net>
Mon, 20 Sep 2010 03:55:01 +0000 (20:55 -0700)
committerArun Persaud <arun@nubati.net>
Fri, 8 Oct 2010 01:46:53 +0000 (18:46 -0700)
this can be enabled for automake versions >1.11 by calling ./configure --enable-silent-rules.
It should still work for older automake versions too

configure.ac

index 59c1f07..712c250 100644 (file)
@@ -32,6 +32,7 @@ AC_INIT([xboard],[master-20100806],[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])
 
 AC_CONFIG_HEADERS([config.h])