From xemacs-m  Sun May 18 10:42:38 1997
Received: from altair.xemacs.org (steve@xemacs.miranova.com [206.190.83.19])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id KAA03460
	for <xemacs-beta@xemacs.org>; Sun, 18 May 1997 10:42:36 -0500 (CDT)
Received: (from steve@localhost)
	by altair.xemacs.org (8.8.5/8.8.5) id IAA07277;
	Sun, 18 May 1997 08:43:39 -0700
Mail-Copies-To: never
To: xemacs-beta@xemacs.org
Subject: [PATCH] -- configure help doc buglet
X-Url: http://www.miranova.com/%7Esteve/
X-Face: #!T9!#9s-3o8)*uHlX{Ug[xW7E7Wr!*L46-OxqMu\xz23v|R9q}lH?cRS{rCNe^'[`^sr5"
 f8*@r4ipO6Jl!:Ccq<xoV[Qz2u8<8-+Vwf2gzJ44lf_/y9OaQ`@#Q65{U4/TC)i2`~/M&QI$X>p:9I
 OSS'2{-)-4wBnVeg0S\O4Al@)uC[pD|+
X-Attribution: sb
From: Steven L Baur <steve@xemacs.org>
Mime-Version: 1.0 (generated by tm-edit 7.106)
Content-Type: text/plain; charset=US-ASCII
Date: 18 May 1997 08:43:36 -0700
Message-ID: <m2oha8g507.fsf@altair.xemacs.org>
Lines: 38
X-Mailer: Gnus v5.4.52/XEmacs 20.2

The value `lock-file' is invalid for --mail-locking.

Index: configure.in
===================================================================
RCS file: /usr/local/xemacs/xemacs-20.0/configure.in,v
retrieving revision 1.24
diff -u -r1.24 configure.in
--- configure.in	1997/05/18 03:39:30	1.24
+++ configure.in	1997/05/18 15:36:53
@@ -438,7 +438,7 @@
 --with-dnet (*)		Compile with support for DECnet.
 --mail-locking=TYPE (*)	Specify the locking to be used by movemail to prevent
 			concurrent updates of mail spool files. Valid types
-			are \`lockf', \`flock', and \`lock-file'.
+			are \`lockf', \`flock', and \`file'.
 
 Internationalization options:
 
Index: configure
===================================================================
RCS file: /usr/local/xemacs/xemacs-20.0/configure,v
retrieving revision 1.22
diff -u -r1.22 configure
--- configure	1997/05/18 03:39:27	1.22
+++ configure	1997/05/18 15:37:01
@@ -373,7 +373,7 @@
 --with-dnet (*)		Compile with support for DECnet.
 --mail-locking=TYPE (*)	Specify the locking to be used by movemail to prevent
 			concurrent updates of mail spool files. Valid types
-			are \`lockf', \`flock', and \`lock-file'.
+			are \`lockf', \`flock', and \`file'.
 
 Internationalization options:
 

-- 
steve@calag.com baur
Unsolicited commercial e-mail will be billed at $250/message.

