diff options
| author | fukachan <fukachan> | 2001-12-18 12:59:29 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2001-12-18 12:59:29 +0000 |
| commit | 670fa20e6878bb96dfd6e5ee7e7fd06c43a2a08d (patch) | |
| tree | 6c4f0e4e0c572b650557a8c9815cc875c446bfc6 | |
| parent | 29d1b28720ef1d10db2d4ccc0d5142addb2b9dce (diff) | |
| download | fml8-670fa20e6878bb96dfd6e5ee7e7fd06c43a2a08d.tar.gz fml8-670fa20e6878bb96dfd6e5ee7e7fd06c43a2a08d.tar.bz2 fml8-670fa20e6878bb96dfd6e5ee7e7fd06c43a2a08d.zip | |
fix help message
| -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) |
