From: Thibault Godouet Date: Sat, 16 Sep 2000 12:33:40 +0000 (+0000) Subject: option --help improved (comments aligned ! ) X-Git-Tag: ver2_9_4~564 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3063055a2b34429ef33e4e2fff2d470889ee4a6a;p=thirdparty%2Ffcron.git option --help improved (comments aligned ! ) --- diff --git a/configure.in b/configure.in index a0e5394..8d9c4a5 100644 --- a/configure.in +++ b/configure.in @@ -88,7 +88,7 @@ Cannot determine path to sendmail: try option --with-sendmail=PATH]) ) AC_ARG_WITH(shell, -[ --with-shell=PATH Path to default shell (by default, path to sh).], +[ --with-shell=PATH Path to default shell (by default, path to sh).], [ case "$withval" in no) AC_MSG_CHECKING(shell) @@ -124,7 +124,7 @@ Cannot determine path to sh: try option --with-shell=PATH]) ) AC_ARG_WITH(editor, -[ --with-editor=PATH Path to default editor (by default, path to vi.], +[ --with-editor=PATH Path to default editor (by default, path to vi.], [ case "$withval" in no) AC_MSG_CHECKING(editor) @@ -256,7 +256,7 @@ AC_SUBST(FCRONTABS) if test $getloadavg -eq 0 ; then AC_MSG_CHECKING(proc directory) AC_ARG_WITH(proc, -[ --with-proc=PATH Directory where linux procfs is mounted (default /proc).], +[ --with-proc=PATH Directory where linux procfs is mounted (default /proc).], [ case "$withval" in no) AC_MSG_WARN([ @@ -294,7 +294,7 @@ AC_SUBST(PROC) fi AC_ARG_WITH(debug, -[ --with-debug=CFLAGS Use default debug flags or CFLAGS if given to compile fcron.], +[ --with-debug=CFLAGS Use default debug flags or CFLAGS if given to compile fcron.], [ case "$withval" in no) CFLAGS="-O2 -Wall" @@ -312,7 +312,7 @@ AC_ARG_WITH(debug, AC_MSG_CHECKING(location of man directory) AC_ARG_WITH(MANDIR, -[ --with-mandir=PATH Root directory for manual pages.], +[ --with-mandir=PATH Root directory for manual pages.], [ case "$withval" in no) AC_MSG_ERROR(Need MANDIR.) @@ -360,7 +360,7 @@ AC_SUBST(MANDIR) AC_MSG_CHECKING(location of doc directory) AC_ARG_WITH(DOCDIR, -[ --with-docdir=PATH Directory containing documentation.], +[ --with-docdir=PATH Directory containing documentation.], [ case "$withval" in no) AC_MSG_ERROR(Need DOCDIR.)