summaryrefslogtreecommitdiff
path: root/MCONFIG.in
diff options
context:
space:
mode:
Diffstat (limited to 'MCONFIG.in')
-rw-r--r--MCONFIG.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/MCONFIG.in b/MCONFIG.in
index bc233382..6381eac2 100644
--- a/MCONFIG.in
+++ b/MCONFIG.in
@@ -32,6 +32,17 @@ datadir = @datadir@
@SET_MAKE@
+E = @E@
+Q = @Q@
+
+# Uncomment to pretty-print the makefile commands
+# E = @echo
+# Q = @
+#
+# Uncomment to show the full makefile commands
+# E = @\#
+# Q =
+
CC = @CC@
BUILD_CC = @BUILD_CC@
DEFS = -DLOCALEDIR=\"$(localedir)\" -DROOT_SYSCONFDIR=\"$(root_sysconfdir)\" @DEFS@