diff options
author | Gaetan Nadon <memsize@videotron.ca> | 2010-02-23 11:03:42 -0500 |
---|---|---|
committer | Gaetan Nadon <memsize@videotron.ca> | 2010-02-25 09:51:30 -0500 |
commit | de24a6d42eafa1aaa089927e9b2c2c7ef8827550 (patch) | |
tree | 739d950ae6af706dc2df34728982ca1b68ac4ef0 /xorg-macros.m4.in | |
parent | 0851a3455fddbbaef73fae088469a48f2f975783 (diff) |
AM_SILENT_RULES: move from XORG_CWARNFLAGS to XORG_DEFAULT_OPTIONS
This m4 statement does not belong in the macro for compiler
warning flags. It is more appropriate to group it with the macro
providing default options for X.Org modules.
Reviewed-by: Dan Nicholson <dbn.lists@gmail.com>
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
Diffstat (limited to 'xorg-macros.m4.in')
-rw-r--r-- | xorg-macros.m4.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xorg-macros.m4.in b/xorg-macros.m4.in index 26b7565..7ba0c9a 100644 --- a/xorg-macros.m4.in +++ b/xorg-macros.m4.in @@ -891,7 +891,6 @@ else fi fi AC_SUBST(CWARNFLAGS) -m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) ]) # XORG_CWARNFLAGS # XORG_STRICT_OPTION @@ -936,6 +935,7 @@ XORG_RELEASE_VERSION XORG_CHANGELOG XORG_INSTALL XORG_MANPAGE_SECTIONS +m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) ]) # XORG_DEFAULT_OPTIONS # XORG_INSTALL() |