comparison 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
comparison
equal deleted inserted replaced
364:72653295b75d 365:934a223e4ee8
194 AC_DEFINE_UNQUOTED(SPOOL_DIR, "${with_spooldir}", [The spool directory]) 194 AC_DEFINE_UNQUOTED(SPOOL_DIR, "${with_spooldir}", [The spool directory])
195 AC_SUBST(with_spooldir) 195 AC_SUBST(with_spooldir)
196 196
197 dnl configuration file 197 dnl configuration file
198 AC_ARG_WITH(confdir, 198 AC_ARG_WITH(confdir,
199 [ --with-confdir directory for configuration [/etc/masqmail]], 199 [ --with-confdir=DIR directory for configuration [/etc/masqmail]],
200 , 200 ,
201 with_confdir='/etc/masqmail' 201 with_confdir='/etc/masqmail'
202 ) 202 )
203 AC_DEFINE_UNQUOTED(CONF_DIR, "${with_confdir}", [The configuration file location]) 203 AC_DEFINE_UNQUOTED(CONF_DIR, "${with_confdir}", [The configuration file location])
204 AC_SUBST(with_confdir) 204 AC_SUBST(with_confdir)