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}
+"