diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2009-08-25 09:40:01 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2009-08-27 11:52:47 +1000 |
commit | b0618a909a56d958a6690318545379e105587d82 (patch) | |
tree | 1a74639354c4e6bd20170a0fe9a04ee3f38a08c9 | |
parent | 347e2ae727ac43026776154172ca1ad0360c903c (diff) |
Add AM_SILENT_RULES to default XORG_CWARNFLAGS
Automake 1.11 supports silent builds with the new AM_SILENT_RULES.
http://sources.redhat.com/automake/automake.html#Options
This loosely qualifies as a CWARNFLAG since it allows all the warnings to be
seen and enables modules to gain support from the feature without any
changes needed to configure.
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Signed-off-by: James Cloos <cloos@jhcloos.com>
-rw-r--r-- | xorg-macros.m4.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xorg-macros.m4.in b/xorg-macros.m4.in index bcf8c44..1954714 100644 --- a/xorg-macros.m4.in +++ b/xorg-macros.m4.in @@ -454,4 +454,5 @@ else fi fi AC_SUBST(CWARNFLAGS) +m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) ]) # XORG_CWARNFLAGS |