Mercurial > masqmail
diff configure @ 151:e20fe8c9936a
default values for logdir and spooldir
we also have defines for LOG_DIR and SPOOL_DIR now
author | meillo@marmaro.de |
---|---|
date | Wed, 07 Jul 2010 10:32:00 +0200 |
parents | 311d4ac8a2eb |
children | 27363b36a28c |
line wrap: on
line diff
--- a/configure Tue Jul 06 20:16:33 2010 +0200 +++ b/configure Wed Jul 07 10:32:00 2010 +0200 @@ -1365,7 +1365,7 @@ --with-glib-static=path link glib statically (path mandatory!) --with-libcrypto use libcrypto --with-liblockfile use liblock (for Debian) - --with-logdir=DIR set log directory /var/masqmail + --with-logdir=DIR set log directory /var/log/masqmail --with-spooldir=DIR set spool directory /var/spool/masqmail --with-confdir directory for configuration /etc/masqmail @@ -5440,6 +5440,11 @@ fi +cat >>confdefs.h <<_ACEOF +#define LOG_DIR "${with_logdir}" +_ACEOF + + # Check whether --with-spooldir was given. @@ -5451,6 +5456,11 @@ fi +cat >>confdefs.h <<_ACEOF +#define SPOOL_DIR "${with_spooldir}" +_ACEOF + + # Check whether --with-confdir was given.