From d680e6e5809deb93d30aa6b580f72635751a9604 Mon Sep 17 00:00:00 2001 From: "Carlos R. Mafra" Date: Mon, 10 Nov 2008 00:14:07 +0100 Subject: [PATCH] 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. --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 4babb567..1783a72e 100644 --- a/configure.ac +++ b/configure.ac @@ -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)