comparison configure.in @ 925:c4937d1216b6

[xemacs-hg @ 2002-07-16 08:26:38 by michaels] 2002-07-09 Mike Sperber <mike@xemacs.org> * configure.usage: * configure.in: Add --use-kkcc option for new GC algorithms.
author michaels
date Tue, 16 Jul 2002 08:26:47 +0000
parents 428608d46017
children 151d438d2d55
comparison
equal deleted inserted replaced
924:1b114504fa80 925:c4937d1216b6
504 with_dnet | \ 504 with_dnet | \
505 with_infodock | \ 505 with_infodock | \
506 with_netinstall | \ 506 with_netinstall | \
507 with_ipv6_cname | \ 507 with_ipv6_cname | \
508 external_widget | \ 508 external_widget | \
509 use_kkcc | \
509 verbose | \ 510 verbose | \
510 extra_verbose | \ 511 extra_verbose | \
511 usage_tracking | \ 512 usage_tracking | \
512 use_union_type | \ 513 use_union_type | \
513 pdump | \ 514 pdump | \
4799 elif test "$with_debug_malloc" = "yes"; then AC_DEFINE(USE_DEBUG_MALLOC) 4800 elif test "$with_debug_malloc" = "yes"; then AC_DEFINE(USE_DEBUG_MALLOC)
4800 AC_DEFINE(USE_SYSTEM_MALLOC) 4801 AC_DEFINE(USE_SYSTEM_MALLOC)
4801 fi 4802 fi
4802 test "$GCC" = "yes" && AC_DEFINE(USE_GCC) 4803 test "$GCC" = "yes" && AC_DEFINE(USE_GCC)
4803 test "$external_widget" = "yes" && AC_DEFINE(EXTERNAL_WIDGET) 4804 test "$external_widget" = "yes" && AC_DEFINE(EXTERNAL_WIDGET)
4805 test "$use_kkcc" = "yes" && AC_DEFINE(USE_KKCC)
4804 test "$quick_build" = "yes" && AC_DEFINE(QUICK_BUILD) 4806 test "$quick_build" = "yes" && AC_DEFINE(QUICK_BUILD)
4805 test "$with_purify" = "yes" && AC_DEFINE(PURIFY) 4807 test "$with_purify" = "yes" && AC_DEFINE(PURIFY)
4806 test "$with_quantify" = "yes" && AC_DEFINE(QUANTIFY) 4808 test "$with_quantify" = "yes" && AC_DEFINE(QUANTIFY)
4807 test "$with_pop" = "yes" && AC_DEFINE(MAIL_USE_POP) 4809 test "$with_pop" = "yes" && AC_DEFINE(MAIL_USE_POP)
4808 test "$with_kerberos" = "yes" && AC_DEFINE(KERBEROS) 4810 test "$with_kerberos" = "yes" && AC_DEFINE(KERBEROS)
5023 test "$with_workshop" = yes && echo " Compiling in support for Sun WorkShop." 5025 test "$with_workshop" = yes && echo " Compiling in support for Sun WorkShop."
5024 test "$with_socks" = yes && echo " Compiling in support for SOCKS." 5026 test "$with_socks" = yes && echo " Compiling in support for SOCKS."
5025 test "$with_dnet" = yes && echo " Compiling in support for DNET." 5027 test "$with_dnet" = yes && echo " Compiling in support for DNET."
5026 test "$with_modules" = "yes" && echo " Compiling in support for dynamic shared object modules." 5028 test "$with_modules" = "yes" && echo " Compiling in support for dynamic shared object modules."
5027 test "$use_union_type" = yes && echo " Using the union type for Lisp_Objects." 5029 test "$use_union_type" = yes && echo " Using the union type for Lisp_Objects."
5030 test "$use_kkcc" = yes && echo " Using the new GC algorithms."
5028 test "$pdump" = yes && echo " Using the new portable dumper." 5031 test "$pdump" = yes && echo " Using the new portable dumper."
5029 test "$debug" = yes && echo " Compiling in support for extra debugging code." 5032 test "$debug" = yes && echo " Compiling in support for extra debugging code."
5030 test "$usage_tracking" = yes && echo " Compiling in support for active usage tracking (Sun internal)." 5033 test "$usage_tracking" = yes && echo " Compiling in support for active usage tracking (Sun internal)."
5031 if test "$error_check_extents $error_check_types $error_check_text $error_check_gc $error_check_malloc $error_check_glyphs $error_check_byte_code $error_check_display $error_check_structures" \ 5034 if test "$error_check_extents $error_check_types $error_check_text $error_check_gc $error_check_malloc $error_check_glyphs $error_check_byte_code $error_check_display $error_check_structures" \
5032 != "no no no no no no no no no"; then 5035 != "no no no no no no no no no"; then