summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@sun.com>2009-09-11 09:15:31 -0700
committerAlan Coopersmith <alan.coopersmith@sun.com>2009-09-11 09:15:58 -0700
commit69fc0647bed461a19cf99f4d362a44df8c18de38 (patch)
treecd1eb02f0bf2d2aa8285a6e66ecf9d55d22e088f /configure.ac
parent3d51edf9d96f8adcb6f2ab50f4960aa9ecc76afe (diff)
Add support for AM_SILENT_RULES for building files with cpp
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 6e05acc..655eae6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -43,6 +43,9 @@ XORG_PROG_RAWCPP
XORG_DEFAULT_OPTIONS
XORG_WITH_LINT
+m4_ifdef([AM_SILENT_RULES],[HAVE_AM_SILENT_RULES=yes])
+AM_CONDITIONAL(HAVE_AM_SILENT_RULES, test x$HAVE_AM_SILENT_RULES != x)
+
XDM_CFLAGS="$XDM_CFLAGS"
GREETER_CFLAGS="$GREETER_CFLAGS"
CHOOSER_CFLAGS="$CHOOSER_CFLAGS"