Use AC_MSG_NOTICE to print configure results.

Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
Andrew Borodin 2012-10-09 15:45:13 +04:00
parent 1ec1fbe35b
commit f0fbb4bf93
1 changed files with 3 additions and 3 deletions

View File

@ -626,10 +626,10 @@ tests/src/filemanager/Makefile
fi
AC_OUTPUT
echo "
AC_MSG_NOTICE([
Configuration:
Source code location: ${srcdir}
@ -646,4 +646,4 @@ Configuration:
Diff viewer: ${diff_msg}
Support for charset: ${charset_msg}
Search type: ${SEARCH_TYPE}
"
])