# HG changeset patch # User markus schnalke # Date 1315995640 -7200 # Node ID 934a223e4ee8668091e60c78669926341c576833 # Parent 72653295b75d6151832cd7177fcab716c3041194 Minor clarification in configure help output diff -r 72653295b75d -r 934a223e4ee8 configure --- a/configure Wed Sep 14 12:19:02 2011 +0200 +++ b/configure Wed Sep 14 12:20:40 2011 +0200 @@ -1364,7 +1364,7 @@ --with-liblockfile use liblock (for Debian) --with-logdir=DIR set log directory /var/log/masqmail --with-spooldir=DIR set spool directory /var/spool/masqmail - --with-confdir directory for configuration /etc/masqmail + --with-confdir=DIR directory for configuration /etc/masqmail Some influential environment variables: CC C compiler command diff -r 72653295b75d -r 934a223e4ee8 configure.ac --- a/configure.ac Wed Sep 14 12:19:02 2011 +0200 +++ b/configure.ac Wed Sep 14 12:20:40 2011 +0200 @@ -196,7 +196,7 @@ dnl configuration file AC_ARG_WITH(confdir, - [ --with-confdir directory for configuration [/etc/masqmail]], + [ --with-confdir=DIR directory for configuration [/etc/masqmail]], , with_confdir='/etc/masqmail' )