mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 12:32:40 +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
|
fi
|
||||||
|
|
||||||
|
|
||||||
AC_OUTPUT
|
AC_OUTPUT
|
||||||
|
|
||||||
echo "
|
AC_MSG_NOTICE([
|
||||||
|
|
||||||
Configuration:
|
Configuration:
|
||||||
|
|
||||||
Source code location: ${srcdir}
|
Source code location: ${srcdir}
|
||||||
@ -662,4 +662,4 @@ Configuration:
|
|||||||
Diff viewer: ${diff_msg}
|
Diff viewer: ${diff_msg}
|
||||||
Support for charset: ${charset_msg}
|
Support for charset: ${charset_msg}
|
||||||
Search type: ${SEARCH_TYPE}
|
Search type: ${SEARCH_TYPE}
|
||||||
"
|
])
|
||||||
|
Loading…
Reference in New Issue
Block a user