Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
93778dba
...
93778dba6e4f0457752f054acae06a54d169e78f
authored
2002-03-28 12:53:59 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Renamed --with-maildir to --with-mail-spool for symmetry.
1 parent
b76d0767
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
configure.in
configure.in
View file @
93778db
...
...
@@ -78,13 +78,13 @@ AC_ARG_WITH(mail-rc,
[SITE_MAIL_RC="\$(sysconfdir)/mail.rc"])
MU_CONF_MAILDIR=
AC_ARG_WITH(mail
dir
,
[ --with-mail
dir=PATH
use PATH instead of /var/spool/mail],
AC_ARG_WITH(mail
-spool
,
[ --with-mail
-spool=PATH
use PATH instead of /var/spool/mail],
[case "$withval" in
/*/) MU_CONF_MAILDIR="\"${withval}\"";;
/*) MU_CONF_MAILDIR="\"${withval}/\"";;
*:*[[/=]]) MU_CONF_MAILDIR="\"${withval}\"";;
*) AC_MSG_ERROR(--with-mail
dir
must be an absolute path or a valid URL);;
*) AC_MSG_ERROR(--with-mail
-spool
must be an absolute path or a valid URL);;
esac])
if test "x$MU_CONF_MAILDIR" != x; then
...
...
Please
register
or
sign in
to post a comment