changeset 3961:51a9ffce4b37

[xemacs-hg @ 2007-05-18 13:57:39 by stephent] Move comma misplaced by sorting. <87hcqa8bwi.fsf@uwakimon.sk.tsukuba.ac.jp>
author stephent
date Fri, 18 May 2007 13:57:58 +0000
parents 9f37e6aebb8d
children 23a3a480945b
files ChangeLog configure configure.ac
diffstat 3 files changed, 10 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Thu May 17 21:51:46 2007 +0000
+++ b/ChangeLog	Fri May 18 13:57:58 2007 +0000
@@ -1,3 +1,8 @@
+2007-05-18  Stephen J. Turnbull  <stephen@xemacs.org>
+
+	* configure.ac (error-checking): Move comma misplaced by sorting.
+	* configure: Regenerate.
+
 2007-05-18  Stephen J. Turnbull  <stephen@xemacs.org>
 
 	* configure.ac (error-checking): Reorder arguments and sync doctring.
--- a/configure	Thu May 17 21:51:46 2007 +0000
+++ b/configure	Fri May 18 13:57:58 2007 +0000
@@ -3801,11 +3801,10 @@
 _error_checking_glyphs_default=""
 _error_checking_malloc_default=""
 _error_checking_structures_default=""
- text
+_error_checking_text_default=""
 _error_checking_types_default=""
-_error_checking__default=
-_error_checking_types="byte_code display extents gc glyphs malloc structures types "
-_error_checking_default="byte_code,display,extents,gc,glyphs,malloc,structures,types,"
+_error_checking_types="byte_code display extents gc glyphs malloc structures text types"
+_error_checking_default="byte_code,display,extents,gc,glyphs,malloc,structures,text,types"
 
 # If --with-error-checking or --without-error-checking were given then copy the value to the
 # equivalent enable_error-checking variable.
--- a/configure.ac	Thu May 17 21:51:46 2007 +0000
+++ b/configure.ac	Fri May 18 13:57:58 2007 +0000
@@ -991,9 +991,9 @@
  XE_COMPLEX_OPTION([gc],[""]),
  XE_COMPLEX_OPTION([glyphs],[""]),
  XE_COMPLEX_OPTION([malloc],[""]),
- XE_COMPLEX_OPTION([structures],[""])
+ XE_COMPLEX_OPTION([structures],[""]),
  XE_COMPLEX_OPTION([text],[""]),
- XE_COMPLEX_OPTION([types],[""]),])
+ XE_COMPLEX_OPTION([types],[""])])
 XE_MERGED_ARG([assertions],
 	AS_HELP_STRING([--enable-assertions],[Compile in runtime assertions.]),
 	[], [])