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 diff
     1.1 --- a/configure	Tue Jul 06 20:16:33 2010 +0200
     1.2 +++ b/configure	Wed Jul 07 10:32:00 2010 +0200
     1.3 @@ -1365,7 +1365,7 @@
     1.4    --with-glib-static=path  link glib statically (path mandatory!)
     1.5    --with-libcrypto         use libcrypto
     1.6    --with-liblockfile       use liblock (for Debian)
     1.7 -  --with-logdir=DIR        set log directory /var/masqmail
     1.8 +  --with-logdir=DIR        set log directory /var/log/masqmail
     1.9    --with-spooldir=DIR      set spool directory /var/spool/masqmail
    1.10    --with-confdir           directory for configuration /etc/masqmail
    1.11  
    1.12 @@ -5440,6 +5440,11 @@
    1.13  fi
    1.14  
    1.15  
    1.16 +cat >>confdefs.h <<_ACEOF
    1.17 +#define LOG_DIR "${with_logdir}"
    1.18 +_ACEOF
    1.19 +
    1.20 +
    1.21  
    1.22  
    1.23  # Check whether --with-spooldir was given.
    1.24 @@ -5451,6 +5456,11 @@
    1.25  fi
    1.26  
    1.27  
    1.28 +cat >>confdefs.h <<_ACEOF
    1.29 +#define SPOOL_DIR "${with_spooldir}"
    1.30 +_ACEOF
    1.31 +
    1.32 +
    1.33  
    1.34  
    1.35  # Check whether --with-confdir was given.