projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a35e62d
)
Use the AM_SILENT_RULES when available.
author
Eric Anholt
<eric@anholt.net>
Fri, 30 Apr 2010 00:54:52 +0000
(17:54 -0700)
committer
Eric Anholt
<eric@anholt.net>
Mon, 3 May 2010 18:40:26 +0000
(11:40 -0700)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index b97feb944072cd0fa937beec80d275066e7272cf..f0a4301076d8e687091ba4ac3f833d1d996c05d0 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-17,6
+17,8
@@
AC_PROG_MAKE_SET
AC_PROG_YACC
AC_PROG_LEX
+m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
+
# Checks for libraries.
# Checks for header files.