masqmail

changeset 365:934a223e4ee8

Minor clarification in configure help output
author markus schnalke <meillo@marmaro.de>
date Wed, 14 Sep 2011 12:20:40 +0200
parents 72653295b75d
children 41958685480d
files configure configure.ac
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line diff
     1.1 --- a/configure	Wed Sep 14 12:19:02 2011 +0200
     1.2 +++ b/configure	Wed Sep 14 12:20:40 2011 +0200
     1.3 @@ -1364,7 +1364,7 @@
     1.4    --with-liblockfile      use liblock (for Debian)
     1.5    --with-logdir=DIR       set log directory /var/log/masqmail
     1.6    --with-spooldir=DIR     set spool directory /var/spool/masqmail
     1.7 -  --with-confdir          directory for configuration /etc/masqmail
     1.8 +  --with-confdir=DIR      directory for configuration /etc/masqmail
     1.9  
    1.10  Some influential environment variables:
    1.11    CC          C compiler command
     2.1 --- a/configure.ac	Wed Sep 14 12:19:02 2011 +0200
     2.2 +++ b/configure.ac	Wed Sep 14 12:20:40 2011 +0200
     2.3 @@ -196,7 +196,7 @@
     2.4  
     2.5  dnl configuration file
     2.6  AC_ARG_WITH(confdir,
     2.7 -	[  --with-confdir          directory for configuration [/etc/masqmail]],
     2.8 +	[  --with-confdir=DIR      directory for configuration [/etc/masqmail]],
     2.9  	,
    2.10  	with_confdir='/etc/masqmail'
    2.11  	)