From: Mark Wooding Date: Sun, 7 Jan 2007 19:05:23 +0000 (+0000) Subject: configure.in: Reformat --with-logfile help text. X-Git-Tag: 1.0.0pre8~87 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/tripe/commitdiff_plain/24952f96a3f853e9c37e2c501dd04ae6ee2a552e?hp=19dd2531cafe84927c845e548ec68587007f3ab2 configure.in: Reformat --with-logfile help text. --- diff --git a/configure.in b/configure.in index cb6efb2c..2ba928b2 100644 --- a/configure.in +++ b/configure.in @@ -95,8 +95,8 @@ AC_ARG_WITH([initconfig], [initconfig=/etc/tripe.conf]) AC_ARG_WITH([logfile], -[ --with-logfile=DIR make tripectl write its log to FILE - [default=./tripe.log]], +[ --with-logfile=DIR make tripectl write its log to FILE + [default=./tripe.log]], [logfile=$withval], [logfile=tripe.log])