masqmail

diff configure.ac @ 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.ac	Tue Jul 06 20:16:33 2010 +0200
     1.2 +++ b/configure.ac	Wed Jul 07 10:32:00 2010 +0200
     1.3 @@ -247,10 +247,11 @@
     1.4  
     1.5  dnl log and spool directories
     1.6  AC_ARG_WITH(logdir,
     1.7 -	[  --with-logdir=DIR        set log directory [/var/masqmail]],
     1.8 +	[  --with-logdir=DIR        set log directory [/var/log/masqmail]],
     1.9  	,
    1.10          with_logdir='/var/log/masqmail/'
    1.11  	)
    1.12 +AC_DEFINE_UNQUOTED(LOG_DIR, "${with_logdir}", [The log directory])
    1.13  AC_SUBST(with_logdir)
    1.14  
    1.15  AC_ARG_WITH(spooldir,
    1.16 @@ -258,6 +259,7 @@
    1.17  	,
    1.18  	with_spooldir='/var/spool/masqmail/'
    1.19  	)
    1.20 +AC_DEFINE_UNQUOTED(SPOOL_DIR, "${with_spooldir}", [The spool directory])
    1.21  AC_SUBST(with_spooldir)
    1.22  
    1.23  dnl configuration file