Mercurial > masqmail
diff configure.ac @ 154:fc1e5aa286ed
merge
author | meillo@marmaro.de |
---|---|
date | Thu, 08 Jul 2010 09:20:34 +0200 |
parents | e20fe8c9936a |
children | 27363b36a28c |
line wrap: on
line diff
--- a/configure.ac Thu Jul 08 00:53:49 2010 +0200 +++ b/configure.ac Thu Jul 08 09:20:34 2010 +0200 @@ -247,10 +247,11 @@ dnl log and spool directories AC_ARG_WITH(logdir, - [ --with-logdir=DIR set log directory [/var/masqmail]], + [ --with-logdir=DIR set log directory [/var/log/masqmail]], , with_logdir='/var/log/masqmail/' ) +AC_DEFINE_UNQUOTED(LOG_DIR, "${with_logdir}", [The log directory]) AC_SUBST(with_logdir) AC_ARG_WITH(spooldir, @@ -258,6 +259,7 @@ , with_spooldir='/var/spool/masqmail/' ) +AC_DEFINE_UNQUOTED(SPOOL_DIR, "${with_spooldir}", [The spool directory]) AC_SUBST(with_spooldir) dnl configuration file