X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=configure.in;h=69728f8884aefc9fc6ef2c3ea36adcd1ad8a9b63;hb=80822fbdf1fc94c899b1f690df3f24f1e4df6c55;hp=6d5764240b68a7e60ce6e1e2ab1351537da7625e;hpb=cfc525a9b85207225cb4071d1d3b01e8d1db2424;p=mmh diff --git a/configure.in b/configure.in index 6d57642..69728f8 100644 --- a/configure.in +++ b/configure.in @@ -50,6 +50,17 @@ if test x"$enable_nmh_debug" = x"yes"; then enable_debug=yes fi +dnl Set the backup prefix +undefine([backup-prefix])dnl +AC_ARG_WITH([backup-prefix], + [ --with-backup-prefix=, set the backup prefix [,]]) +if test x"$with_backup_prefix" != x -a x"$with_backup_prefix" != x"no"; then + backup_prefix="$with_backup_prefix" +else + backup_prefix="," +fi +AC_DEFINE_UNQUOTED(BACKUP_PREFIX, "$backup_prefix")dnl + dnl Allow users to send email from addresses other than their default? undefine([masquerade])dnl AC_ARG_ENABLE(masquerade, @@ -807,12 +818,10 @@ libary install path : ${nmhlib2} config files install path : ${nmhsysconf2} man page install path : ${nmhman} transport system : ${MTS} +backup prefix : ${backup_prefix} default smtp servers : ${smtpservers} default editor : ${editorpath} default pager : ${pagerpath} email address masquerading : ${masquerade} pop is enabled : ${pop_kinds}" echo "" - - -