X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=configure.ac;h=8b23986ff3c117582c7093cfd6cb59f60857e647;hp=35d1b2d70c73f741304937db76c86240d8a50415;hb=b14ea6073f77b4359aaf3fddd0e105989db9f306;hpb=7e3bc577e84e13a47005a706718bd6ec0e6a0e0a diff --git a/configure.ac b/configure.ac index 35d1b2d..8b23986 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ dnl -dnl configure.ac -- autoconf template for nmh +dnl configure.ac -- autoconf template for mmh dnl dnl Move this up a bit @@ -28,16 +28,16 @@ fi echo "configuring for AC_PACKAGE_NAME-AC_PACKAGE_VERSION" AC_SUBST(VERSION,AC_PACKAGE_VERSION)dnl -dnl What date of nmh are we building? +dnl What date of mmh are we building? DATE=`cat ${srcdir}/DATE` -echo "configuring for nmh dated $DATE" +echo "configuring for mmh dated $DATE" AC_SUBST(DATE)dnl dnl -------------------------- dnl CHECK COMMAND LINE OPTIONS dnl -------------------------- -dnl Do you want to debug nmh? +dnl Do you want to debug mmh? AC_ARG_ENABLE(debug, AS_HELP_STRING([--enable-debug],[enable nmh code debugging])) dnl The old redundant --enable-nmh-debug is deprecated and undocumented. @@ -47,13 +47,13 @@ fi dnl Allow users to send email from addresses other than their default? AC_ARG_ENABLE(masquerade, - AS_HELP_STRING([--enable-masquerade='draft_from mmailid username_extension'], + AS_HELP_STRING([--enable-masquerade='username_extension'], [enable up to 3 types of address masquerading]), [if test x"$enable_masquerade" = x"yes"; then - masquerade="draft_from mmailid username_extension" + masquerade="username_extension" else masquerade="$enable_masquerade" - fi], [masquerade="draft_from mmailid username_extension"]) + fi], [masquerade="username_extension"]) AC_SUBST(masquerade)dnl dnl Do you want mhe support? @@ -100,13 +100,6 @@ else AC_DEFINE(DOT_LOCKING)dnl fi -dnl What should be the default pager? -AC_ARG_WITH(pager, - AS_HELP_STRING([--with-pager=PAGER],[specify the default pager])) - -if test -n "$with_pager"; then - pagerpath="$with_pager" -fi dnl ---------------------------------------------------- dnl Default location is /usr/local/mmh/{bin,etc,lib,share/man} @@ -825,9 +818,9 @@ eval "nmhlib=${libdir}"; eval "nmhlib=${nmhlib}" eval "nmhman=${mandir}"; eval "nmhman=${nmhman}" echo " -nmh configuration +mmh configuration ----------------- -nmh version : AC_PACKAGE_VERSION +mmh version : AC_PACKAGE_VERSION target os : ${target} compiler : ${CC} compiler flags : ${CFLAGS} @@ -841,6 +834,7 @@ config install path : ${nmhsysconf} man page install path : ${nmhman} sendmail path : ${sendmailpath} +mail spool : ${mailspool} file locking type : ${LOCKTYPE} address masquerading : ${masquerade}