mirror of https://github.com/MidnightCommander/mc
Use AC_MSG_NOTICE to print configure results.
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
parent
1ec1fbe35b
commit
f0fbb4bf93
|
@ -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}
|
||||
"
|
||||
])
|
||||
|
|
Loading…
Reference in New Issue