diff options
author | Martin Sustrik <sustrik@250bpm.com> | 2010-03-12 19:05:56 +0100 |
---|---|---|
committer | Martin Sustrik <sustrik@250bpm.com> | 2010-03-12 19:05:56 +0100 |
commit | 1fbeba2fe3c3bd6046eea4d6432791194d4238f2 (patch) | |
tree | 06ec690b5f10cb717298fe6935cd306246e0e99c | |
parent | 66b67fbdf2b047ef7adb8ec018a6fe89dd9cbfca (diff) |
simplify configuration summary
-rw-r--r-- | configure.in | 19 |
1 files changed, 4 insertions, 15 deletions
diff --git a/configure.in b/configure.in index 2b02382..da52530 100644 --- a/configure.in +++ b/configure.in @@ -425,22 +425,11 @@ esac AC_MSG_RESULT([]) AC_MSG_RESULT([ ******************************************************** ]) -AC_MSG_RESULT([ 0MQ ]) +AC_MSG_RESULT([ 0MQ configuration summary]) AC_MSG_RESULT([ ******************************************************** ]) -AC_MSG_RESULT([ This software is distributed under the terms and ]) -AC_MSG_RESULT([ conditions of the LESSER GNU GENERAL PUBLIC LICENSE. ]) -AC_MSG_RESULT([ See the file COPYING and COPYING.LESSER for the full ]) -AC_MSG_RESULT([ license text. ]) -AC_MSG_RESULT([ ******************************************************** ]) -AC_MSG_RESULT([]) -AC_MSG_RESULT([ 0MQ install dir: $prefix]) -AC_MSG_RESULT([ Transports:]) -AC_MSG_RESULT([ tcp: yes]) -AC_MSG_RESULT([ pgm (epgm): $pgm_ext]) -AC_MSG_RESULT([ ipc: yes]) -AC_MSG_RESULT([ inproc: yes]) -AC_MSG_RESULT([ Performance tests: $perf]) AC_MSG_RESULT([]) -AC_MSG_RESULT([ ******************************************************** ]) +AC_MSG_RESULT([ Install dir: $prefix]) +AC_MSG_RESULT([ PGM (EPGM) support: $pgm_ext]) +AC_MSG_RESULT([ Performance tests: $perf]) AC_MSG_RESULT([]) |