Browse Source

Use AC_MSG_NOTICE to print configure results.

Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
Andrew Borodin 12 years ago
parent
commit
a8b8cdcc47
1 changed files with 3 additions and 3 deletions
  1. 3 3
      configure.ac

+ 3 - 3
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}
-"
+])