projects
/
xboard.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
c58a7d9
)
add option for silent builds
author
Arun Persaud
<arun@nubati.net>
Mon, 20 Sep 2010 03:55:01 +0000 (20:55 -0700)
committer
Arun 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
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index
59c1f07
..
712c250
100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-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])