changeset 1546:204e0afae501

[xemacs-hg @ 2003-06-30 09:10:26 by stephent] configure.usage typo <87vfuo7x07.fsf@tleepslib.sk.tsukuba.ac.jp>
author stephent
date Mon, 30 Jun 2003 09:10:26 +0000
parents a7e9d3447fee
children 427e5c57da6e
files ChangeLog configure.usage
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Sun Jun 29 21:52:09 2003 +0000
+++ b/ChangeLog	Mon Jun 30 09:10:26 2003 +0000
@@ -1,3 +1,7 @@
+2003-06-13  Stephen J. Turnbull  <stephen@xemacs.org>
+
+	* configure.usage (--cflags-warning): Change underscore to hyphen.
+
 2003-06-01  Steve Youngs  <youngs@xemacs.org>
 
 	* XEmacs 21.5.14 "cassava" is released.
--- a/configure.usage	Sun Jun 29 21:52:09 2003 +0000
+++ b/configure.usage	Mon Jun 30 09:10:26 2003 +0000
@@ -39,7 +39,7 @@
 --cflags=FLAGS          Compiler flags (such as -O); setting this overrides
                         all default compiler flags except those that control
                         warnings.
---cflags_warning=FLAGS  Override compiler flags used to control warnings.
+--cflags-warning=FLAGS  Override compiler flags used to control warnings.
                         Normally, don't set this, as XEmacs already turns on
                         the maximum safe warning level.
 --cpp=PROG              C preprocessor to use (e.g. /usr/ccs/lib/cpp or cc -E)