From a8b8cdcc47c8aec2f77e607e0ff13121890ab7dd Mon Sep 17 00:00:00 2001 From: Andrew Borodin Date: Tue, 9 Oct 2012 15:45:13 +0400 Subject: [PATCH] Use AC_MSG_NOTICE to print configure results. Signed-off-by: Andrew Borodin --- configure.ac | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index 2ea4e1fb8..f7673d861 100644 --- a/configure.ac +++ b/configure.ac @@ -642,10 +642,10 @@ tests/src/filemanager/Makefile ]) fi - AC_OUTPUT -echo " +AC_MSG_NOTICE([ + Configuration: Source code location: ${srcdir} @@ -662,4 +662,4 @@ Configuration: Diff viewer: ${diff_msg} Support for charset: ${charset_msg} Search type: ${SEARCH_TYPE} -" +]) -- 2.11.4.GIT