Mercurial > hg > xemacs-beta
comparison configure @ 3959:8fe2dec941b3
[xemacs-hg @ 2007-05-17 15:42:10 by stephent]
Fixup error-checking option docstring. <87r6pf8n84.fsf@uwakimon.sk.tsukuba.ac.jp>
author | stephent |
---|---|
date | Thu, 17 May 2007 15:42:48 +0000 |
parents | 52a0a6d40f16 |
children | 51a9ffce4b37 |
comparison
equal
deleted
inserted
replaced
3958:7bc12bb1a2cf | 3959:8fe2dec941b3 |
---|---|
1208 | 1208 |
1209 --with-debug Enable additional debugging information. No time | 1209 --with-debug Enable additional debugging information. No time |
1210 cost. | 1210 cost. |
1211 --with-error-checking=TESTS | 1211 --with-error-checking=TESTS |
1212 Compile with internal error-checking added. Causes | 1212 Compile with internal error-checking added. Causes |
1213 noticeable loss of speed. Valid TESTS are `extents', | 1213 noticeable loss of speed. Valid TESTS are |
1214 `bufpos', `malloc', `gc', `types', `text', | 1214 `byte_code', `display', `extents', `gc', `glyphs', |
1215 `byte_code', `glyphs', `display', `structures'. | 1215 `malloc', `structures' `text', `types'. |
1216 --with-assertions Compile in runtime assertions. | 1216 --with-assertions Compile in runtime assertions. |
1217 --with-memory-usage-stats | 1217 --with-memory-usage-stats |
1218 Enable LISP memory usage API. | 1218 Enable LISP memory usage API. |
1219 --with-quick-build Speed up the build cycle by leaving out steps where | 1219 --with-quick-build Speed up the build cycle by leaving out steps where |
1220 XEmacs will still work (more or less) without them. | 1220 XEmacs will still work (more or less) without them. |
3792 enableval="$with_debug" | 3792 enableval="$with_debug" |
3793 withval="$with_debug" | 3793 withval="$with_debug" |
3794 | 3794 |
3795 fi; | 3795 fi; |
3796 _error_checking_notfirst="" | 3796 _error_checking_notfirst="" |
3797 _error_checking_byte_code_default="" | |
3798 _error_checking_display_default="" | |
3797 _error_checking_extents_default="" | 3799 _error_checking_extents_default="" |
3800 _error_checking_gc_default="" | |
3801 _error_checking_glyphs_default="" | |
3802 _error_checking_malloc_default="" | |
3803 _error_checking_structures_default="" | |
3804 text | |
3798 _error_checking_types_default="" | 3805 _error_checking_types_default="" |
3799 _error_checking_text_default="" | 3806 _error_checking__default= |
3800 _error_checking_gc_default="" | 3807 _error_checking_types="byte_code display extents gc glyphs malloc structures types " |
3801 _error_checking_malloc_default="" | 3808 _error_checking_default="byte_code,display,extents,gc,glyphs,malloc,structures,types," |
3802 _error_checking_byte_code_default="" | |
3803 _error_checking_glyphs_default="" | |
3804 _error_checking_display_default="" | |
3805 _error_checking_structures_default="" | |
3806 _error_checking_types="extents types text gc malloc byte_code glyphs display structures" | |
3807 _error_checking_default="extents,types,text,gc,malloc,byte_code,glyphs,display,structures" | |
3808 | 3809 |
3809 # If --with-error-checking or --without-error-checking were given then copy the value to the | 3810 # If --with-error-checking or --without-error-checking were given then copy the value to the |
3810 # equivalent enable_error-checking variable. | 3811 # equivalent enable_error-checking variable. |
3811 if test "${with_error_checking+set}" = set; then | 3812 if test "${with_error_checking+set}" = set; then |
3812 enable_error_checking="$with_error_checking" | 3813 enable_error_checking="$with_error_checking" |