Nicer structure in summary printing of the configure script.
[mmh] / configure.in
index 12c29ca..d15e966 100644 (file)
@@ -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}
+"