masqmail

diff configure.ac @ 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 5781ba87df95
line diff
     1.1 --- a/configure.ac	Wed Sep 14 12:19:02 2011 +0200
     1.2 +++ b/configure.ac	Wed Sep 14 12:20:40 2011 +0200
     1.3 @@ -196,7 +196,7 @@
     1.4  
     1.5  dnl configuration file
     1.6  AC_ARG_WITH(confdir,
     1.7 -	[  --with-confdir          directory for configuration [/etc/masqmail]],
     1.8 +	[  --with-confdir=DIR      directory for configuration [/etc/masqmail]],
     1.9  	,
    1.10  	with_confdir='/etc/masqmail'
    1.11  	)