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 wrap: on
line diff
--- a/configure.ac	Wed May 30 09:38:38 2012 +0200
+++ b/configure.ac	Wed May 30 10:27:10 2012 +0200
@@ -166,7 +166,7 @@
 AC_ARG_WITH(logdir,
 	[  --with-logdir=DIR       set log directory [/var/log/masqmail]],
 	,
-        with_logdir='/var/log/masqmail/'
+        with_logdir='/var/log/masqmail'
 	)
 AC_DEFINE_UNQUOTED(LOG_DIR, "${with_logdir}", [The log directory])
 AC_SUBST(with_logdir)
@@ -174,7 +174,7 @@
 AC_ARG_WITH(spooldir,
 	[  --with-spooldir=DIR     set spool directory [/var/spool/masqmail]],
 	,
-	with_spooldir='/var/spool/masqmail/'
+	with_spooldir='/var/spool/masqmail'
 	)
 AC_DEFINE_UNQUOTED(SPOOL_DIR, "${with_spooldir}", [The spool directory])
 AC_SUBST(with_spooldir)