# HG changeset patch # User stephent # Date 1179496678 0 # Node ID 51a9ffce4b373e57126b559aaecea8896f887cf1 # Parent 9f37e6aebb8d0e52510c76575d1e7ac171573f81 [xemacs-hg @ 2007-05-18 13:57:39 by stephent] Move comma misplaced by sorting. <87hcqa8bwi.fsf@uwakimon.sk.tsukuba.ac.jp> diff -r 9f37e6aebb8d -r 51a9ffce4b37 ChangeLog --- 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 + + * configure.ac (error-checking): Move comma misplaced by sorting. + * configure: Regenerate. + 2007-05-18 Stephen J. Turnbull * configure.ac (error-checking): Reorder arguments and sync doctring. diff -r 9f37e6aebb8d -r 51a9ffce4b37 configure --- 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. diff -r 9f37e6aebb8d -r 51a9ffce4b37 configure.ac --- 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.]), [], [])