comparison configure.ac @ 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 cfc59907fb1e
children 51a9ffce4b37
comparison
equal deleted inserted replaced
3958:7bc12bb1a2cf 3959:8fe2dec941b3
977 dnl 977 dnl
978 XE_HELP_SUBSECTION([Debugging options]) 978 XE_HELP_SUBSECTION([Debugging options])
979 XE_MERGED_ARG([debug], 979 XE_MERGED_ARG([debug],
980 AS_HELP_STRING([--enable-debug],[Enable additional debugging information. No time cost.]), 980 AS_HELP_STRING([--enable-debug],[Enable additional debugging information. No time cost.]),
981 [], []) 981 [], [])
982 dnl Keep TESTS sorted to help with syncing doc to reality.
982 XE_COMPLEX_ARG([error-checking], 983 XE_COMPLEX_ARG([error-checking],
983 AS_HELP_STRING([--enable-error-checking=TESTS],[Compile with internal error-checking added. 984 AS_HELP_STRING([--enable-error-checking=TESTS],[Compile with internal error-checking added.
984 Causes noticeable loss of speed. Valid TESTS 985 Causes noticeable loss of speed. Valid TESTS
985 are `extents', `bufpos', `malloc', `gc', `types', `text', `byte_code', `glyphs', `display', `structures'.]), 986 are `byte_code', `display', `extents', `gc', `glyphs', `malloc', `structures' `text', `types'.]),
986 [], [], 987 [], [],
987 [XE_COMPLEX_OPTION([extents],[""]), 988 [XE_COMPLEX_OPTION([byte_code],[""]),
988 XE_COMPLEX_OPTION([types],[""]), 989 XE_COMPLEX_OPTION([display],[""]),
990 XE_COMPLEX_OPTION([extents],[""]),
991 XE_COMPLEX_OPTION([gc],[""]),
992 XE_COMPLEX_OPTION([glyphs],[""]),
993 XE_COMPLEX_OPTION([malloc],[""]),
994 XE_COMPLEX_OPTION([structures],[""])
989 XE_COMPLEX_OPTION([text],[""]), 995 XE_COMPLEX_OPTION([text],[""]),
990 XE_COMPLEX_OPTION([gc],[""]), 996 XE_COMPLEX_OPTION([types],[""]),])
991 XE_COMPLEX_OPTION([malloc],[""]),
992 XE_COMPLEX_OPTION([byte_code],[""]),
993 XE_COMPLEX_OPTION([glyphs],[""]),
994 XE_COMPLEX_OPTION([display],[""]),
995 XE_COMPLEX_OPTION([structures],[""])])
996 XE_MERGED_ARG([assertions], 997 XE_MERGED_ARG([assertions],
997 AS_HELP_STRING([--enable-assertions],[Compile in runtime assertions.]), 998 AS_HELP_STRING([--enable-assertions],[Compile in runtime assertions.]),
998 [], []) 999 [], [])
999 XE_MERGED_ARG([memory-usage-stats], 1000 XE_MERGED_ARG([memory-usage-stats],
1000 AS_HELP_STRING([--enable-memory-usage-stats],[Enable LISP memory usage API.]), 1001 AS_HELP_STRING([--enable-memory-usage-stats],[Enable LISP memory usage API.]),