)
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)
)
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)
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([
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"
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.)
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.)