mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 04:22:34 +03:00
Use AC_MSG_NOTICE to print configure results.
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
parent
8031fa3a65
commit
a8b8cdcc47
@ -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}
|
||||
"
|
||||
])
|
||||
|
Loading…
Reference in New Issue
Block a user