1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-21 21:38:00 +01:00

Compilation: Add a few spaces in the output

It is even better to have the messages displayed a few spaces
off from the left screen border.

The inspiration comes from the Git compilation output.
This commit is contained in:
Carlos R. Mafra
2008-11-10 00:14:07 +01:00
parent 3c323e1e9a
commit d680e6e580

View File

@@ -390,8 +390,8 @@ dnl ---------------------------------------------
AC_ARG_ENABLE(verbose-compile, AS_HELP_STRING([--disable-verbose-compile],
[Streamline compilation messages (default off)]),
[
QUIET='@echo CC $@;'
QUIET_AR='@echo AR $@;'
QUIET='@echo " CC" $@;'
QUIET_AR='@echo " AR" $@;'
LIBTOOL_ARG="--silent"
AC_SUBST(QUIET)
AC_SUBST(QUIET_AR)