]> granicus.if.org Git - fcron/commitdiff
option --help improved (comments aligned ! )
authorthib <thib>
Sat, 16 Sep 2000 12:33:40 +0000 (12:33 +0000)
committerthib <thib>
Sat, 16 Sep 2000 12:33:40 +0000 (12:33 +0000)
configure.in

index a0e5394684cd8ea9f9b50819cd8a9da3fdd9249a..8d9c4a5562df0a4678b8156951ab5615c76c259f 100644 (file)
@@ -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.)