mirror of
https://git.zap.org.au/git/trader.git
synced 2025-02-02 15:08:13 -05:00
Print a configuration summary at the end of configure
This commit is contained in:
parent
baf7cfed8e
commit
8eb727453d
10
configure.ac
10
configure.ac
@ -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
|
||||
])
|
||||
|
Loading…
x
Reference in New Issue
Block a user