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.
Signed-off-by: Gaetan Nadon <[email protected]> --- 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 ca85f14..30bcc5b 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() -- 1.6.0.4 _______________________________________________ xorg-devel mailing list [email protected] http://lists.x.org/mailman/listinfo/xorg-devel
