From 37910518c33a356c5da893c3db0dce6349b78aa0 Mon Sep 17 00:00:00 2001 From: markus schnalke Date: Tue, 4 Oct 2011 21:07:22 +0200 Subject: [PATCH] Nicer structure in summary printing of the configure script. --- configure.in | 38 +++++++++++++++++++++----------------- 1 file changed, 21 insertions(+), 17 deletions(-) diff --git a/configure.in b/configure.in index 12c29ca..d15e966 100644 --- a/configure.in +++ b/configure.in @@ -888,20 +888,24 @@ eval "nmhman=${mandir}"; eval "nmhman=${nmhman}" echo " nmh configuration ----------------- -nmh version : AC_PACKAGE_VERSION -target os : ${target} -compiler : ${CC} -compiler flags : ${CFLAGS} -linker flags : ${LDFLAGS} -definitions : ${OURDEFS} -source code location : ${srcdir} -binary install path : ${nmhbin} -library install path : ${nmhlib} -config files install path : ${nmhsysconf} -man page install path : ${nmhman} -backup prefix : ${backup_prefix} -file locking type : ${LOCKTYPE} -default editor : ${editorpath} -default pager : ${pagerpath} -email address masquerading : ${masquerade}" -echo "" +nmh version : AC_PACKAGE_VERSION +target os : ${target} +compiler : ${CC} +compiler flags : ${CFLAGS} +linker flags : ${LDFLAGS} +definitions : ${OURDEFS} +source code location : ${srcdir} + +binary install path : ${nmhbin} +library install path : ${nmhlib} +config install path : ${nmhsysconf} +man page install path : ${nmhman} + +default editor : ${editorpath} +default pager : ${pagerpath} +sendmail : ${sendmailpath} + +backup prefix : ${backup_prefix} +file locking type : ${LOCKTYPE} +email address masq. : ${masquerade} +" -- 1.7.10.4