From: markus schnalke Date: Tue, 4 Oct 2011 19:07:22 +0000 (+0200) Subject: Nicer structure in summary printing of the configure script. X-Git-Tag: mmh-thesis-end~507 X-Git-Url: http://git.marmaro.de/?p=mmh;a=commitdiff_plain;h=37910518c33a356c5da893c3db0dce6349b78aa0;ds=sidebyside Nicer structure in summary printing of the configure script. --- 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} +"