1
0
mirror of https://git.zap.org.au/git/trader.git synced 2024-06-02 19:11:20 +00:00

Print a configuration summary at the end of configure

This commit is contained in:
John Zaitseff 2018-07-25 15:10:08 +10:00
parent baf7cfed8e
commit 8eb727453d

View File

@ -85,3 +85,13 @@ AC_CONFIG_FILES([
m4/Makefile
])
AC_OUTPUT
AC_MSG_NOTICE([
Configuration summary for AC_PACKAGE_NAME (AC_PACKAGE_TARNAME) AC_PACKAGE_VERSION:
Building for host: $host
Installation prefix: $prefix
Native Language Support enabled: $USE_NLS
Curses library selected: $ax_cv_curses_which
])