Mercurial > hg > xemacs-beta
comparison configure @ 126:1370575f1259 xemacs-20-1p1
Import from CVS: tag xemacs-20-1p1
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:27:39 +0200 |
parents | cca96a509cfe |
children | b980b6286996 |
comparison
equal
deleted
inserted
replaced
125:8b0638b347ec | 126:1370575f1259 |
---|---|
98 internal_makefile_list='Makefile lib-src/Makefile.in src/Makefile.in lwlib/Makefile.in dynodump/Makefile.in' | 98 internal_makefile_list='Makefile lib-src/Makefile.in src/Makefile.in lwlib/Makefile.in dynodump/Makefile.in' |
99 energize_version='no' | 99 energize_version='no' |
100 native_sound_lib='' | 100 native_sound_lib='' |
101 # make normal error-checking be the default in alpha and beta versions, so | 101 # make normal error-checking be the default in alpha and beta versions, so |
102 # that bugs get noticed. Change this for released versions. | 102 # that bugs get noticed. Change this for released versions. |
103 error_check_default='yes' | 103 error_check_default='no' |
104 error_check_extents=$error_check_default | 104 error_check_extents=$error_check_default |
105 error_check_typecheck=$error_check_default | 105 error_check_typecheck=$error_check_default |
106 error_check_bufpos=$error_check_default | 106 error_check_bufpos=$error_check_default |
107 error_check_gc=$error_check_default | 107 error_check_gc=$error_check_default |
108 error_check_malloc=$error_check_default | 108 error_check_malloc=$error_check_default |
7200 test "$with_scrollbars" = athena && echo " Using the Athena scrollbar." | 7200 test "$with_scrollbars" = athena && echo " Using the Athena scrollbar." |
7201 test "$with_scrollbars" = athena3d && echo " Using the Athena-3d scrollbar." | 7201 test "$with_scrollbars" = athena3d && echo " Using the Athena-3d scrollbar." |
7202 test "$with_dialogs" = motif && echo " Using the Motif dialog boxes." | 7202 test "$with_dialogs" = motif && echo " Using the Motif dialog boxes." |
7203 test "$with_dialogs" = athena && echo " Using the Athena dialog boxes." | 7203 test "$with_dialogs" = athena && echo " Using the Athena dialog boxes." |
7204 test "$with_dialogs" = athena3d && echo " Using the Athena-3d dialog boxes." | 7204 test "$with_dialogs" = athena3d && echo " Using the Athena-3d dialog boxes." |
7205 test "$with_pop" = yes && " Using POP for mail access" | 7205 test "$with_pop" = yes && echo " Using POP for mail access" |
7206 test "$with_kerberos" = yes && " Using Kerberos for POP authentication" | 7206 test "$with_kerberos" = yes && echo " Using Kerberos for POP authentication" |
7207 test "$with_hesiod" = yes && " Using Hesiod to get POP server host" | 7207 test "$with_hesiod" = yes && echo " Using Hesiod to get POP server host" |
7208 | 7208 |
7209 test "${use_union_type}" = yes && echo " Using the union type for Lisp_Objects." | 7209 test "${use_union_type}" = yes && echo " Using the union type for Lisp_Objects." |
7210 test "${debug}" = yes && echo " Compiling in extra code for debugging." | 7210 test "${debug}" = yes && echo " Compiling in extra code for debugging." |
7211 test "${memory_usage_stats}" = yes && echo " Compiling in code for checking XEmacs memory usage." | 7211 test "${memory_usage_stats}" = yes && echo " Compiling in code for checking XEmacs memory usage." |
7212 test "$usage_tracking" = yes && echo " Compiling with usage tracking active (Sun internal)." | 7212 test "$usage_tracking" = yes && echo " Compiling with usage tracking active (Sun internal)." |