masqmail

diff configure.ac @ 422:bdbedce60247

Remove `input' dir in spool dir. Spooled files are in spool dir directly now. There's no more need to have any sub directories in the spool dir at all.
author markus schnalke <meillo@marmaro.de>
date Wed, 30 May 2012 10:27:10 +0200
parents f37384470855
children 34c919a8d74e
line diff
     1.1 --- a/configure.ac	Wed May 30 09:38:38 2012 +0200
     1.2 +++ b/configure.ac	Wed May 30 10:27:10 2012 +0200
     1.3 @@ -166,7 +166,7 @@
     1.4  AC_ARG_WITH(logdir,
     1.5  	[  --with-logdir=DIR       set log directory [/var/log/masqmail]],
     1.6  	,
     1.7 -        with_logdir='/var/log/masqmail/'
     1.8 +        with_logdir='/var/log/masqmail'
     1.9  	)
    1.10  AC_DEFINE_UNQUOTED(LOG_DIR, "${with_logdir}", [The log directory])
    1.11  AC_SUBST(with_logdir)
    1.12 @@ -174,7 +174,7 @@
    1.13  AC_ARG_WITH(spooldir,
    1.14  	[  --with-spooldir=DIR     set spool directory [/var/spool/masqmail]],
    1.15  	,
    1.16 -	with_spooldir='/var/spool/masqmail/'
    1.17 +	with_spooldir='/var/spool/masqmail'
    1.18  	)
    1.19  AC_DEFINE_UNQUOTED(SPOOL_DIR, "${with_spooldir}", [The spool directory])
    1.20  AC_SUBST(with_spooldir)