summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorfukachan <fukachan>2001-12-18 12:59:29 +0000
committerfukachan <fukachan>2001-12-18 12:59:29 +0000
commit670fa20e6878bb96dfd6e5ee7e7fd06c43a2a08d (patch)
tree6c4f0e4e0c572b650557a8c9815cc875c446bfc6 /configure.in
parent29d1b28720ef1d10db2d4ccc0d5142addb2b9dce (diff)
downloadfml8-670fa20e6878bb96dfd6e5ee7e7fd06c43a2a08d.tar.gz
fml8-670fa20e6878bb96dfd6e5ee7e7fd06c43a2a08d.tar.bz2
fml8-670fa20e6878bb96dfd6e5ee7e7fd06c43a2a08d.zip
fix help message
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in6
1 files changed, 3 insertions, 3 deletions
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)