diff options
| -rwxr-xr-x | configure | 4 | ||||
| -rw-r--r-- | configure.in | 6 |
2 files changed, 5 insertions, 5 deletions
@@ -14,13 +14,13 @@ ac_help= ac_default_prefix=/usr/local # Any additions from configure.in: ac_help="$ac_help - --with-fmlconfdir=DIR use DIR instead of SYSCONFDIR/etc/fml" + --with-fmlconfdir=DIR use DIR instead of SYSCONFDIR/fml" ac_help="$ac_help --with-mlspooldir=DIR use DIR instead of /var/spool/ml" ac_help="$ac_help --with-fml-owner=USER use USER instead of fml" ac_help="$ac_help - --with-fml-group=USER use GROUP instead of fml" + --with-fml-group=GROUP use GROUP instead of fml" # Initialize some variables set by options. # The variables have the same names as the options, with diff --git a/configure.in b/configure.in index 8e7070bf..0d063e2f 100644 --- a/configure.in +++ b/configure.in @@ -1,5 +1,5 @@ dnl -dnl $FML: configure.in,v 1.9 2001/12/11 13:12:17 fukachan Exp $ +dnl $FML: configure.in,v 1.10 2001/12/11 13:40:02 fukachan Exp $ dnl AC_REVISION($Revision$) @@ -54,7 +54,7 @@ dnl path_check_end fmlconfdir=${sysconfdir}/fml AC_ARG_WITH(fmlconfdir, -[ --with-fmlconfdir=DIR use DIR instead of SYSCONFDIR/etc/fml], +[ --with-fmlconfdir=DIR use DIR instead of SYSCONFDIR/fml], fmlconfdir=$withval) AC_SUBST(fmlconfdir) @@ -75,7 +75,7 @@ AC_SUBST(fml_owner) fml_group=fml AC_ARG_WITH(fml_group, -[ --with-fml-group=USER use GROUP instead of fml], +[ --with-fml-group=GROUP use GROUP instead of fml], fml_group=$withval) AC_SUBST(fml_group) |
