Mercurial > hg > xemacs-beta
comparison configure.ac @ 2790:ac63ab256048
[xemacs-hg @ 2005-05-28 04:51:22 by stephent]
enable new allocator for release <871x7sklah.fsf@tleepslib.sk.tsukuba.ac.jp>
author | stephent |
---|---|
date | Sat, 28 May 2005 04:51:41 +0000 |
parents | d5863780dbef |
children | ff857b8541b7 |
comparison
equal
deleted
inserted
replaced
2789:34dfe93cc396 | 2790:ac63ab256048 |
---|---|
1991 libs_standard= | 1991 libs_standard= |
1992 unexec= | 1992 unexec= |
1993 lib_gcc= | 1993 lib_gcc= |
1994 fi | 1994 fi |
1995 | 1995 |
1996 dnl Enable KKCC and MC-ALLOC by default | |
1997 test -z "$enable_kkcc" && enable_kkcc=yes | |
1998 test -z "$enable_mc_alloc" && enable_mc_alloc=yes | |
1999 | |
1996 dnl Dump into executable | 2000 dnl Dump into executable |
1997 if test -z "$enable_dump_in_exec"; then | 2001 if test -z "$enable_dump_in_exec"; then |
1998 if test "$enable_pdump" = "yes"; then | 2002 if test "$enable_pdump" = "yes"; then |
1999 if test "$enable_mc_alloc" = "yes"; then | 2003 if test "$enable_mc_alloc" = "yes"; then |
2000 enable_dump_in_exec=no | 2004 enable_dump_in_exec=no |
5739 echo " WARNING: been seen with various versions of GCC (up to about 2.95)," | 5743 echo " WARNING: been seen with various versions of GCC (up to about 2.95)," |
5740 echo " WARNING: and recently with Visual C++ as well (mid-2003)." | 5744 echo " WARNING: and recently with Visual C++ as well (mid-2003)." |
5741 echo " WARNING: More recent versions may be safer, or not." | 5745 echo " WARNING: More recent versions may be safer, or not." |
5742 echo " WARNING: ---------------------------------------------------------" | 5746 echo " WARNING: ---------------------------------------------------------" |
5743 fi | 5747 fi |
5744 test "$enable_kkcc" = yes && echo " Using the new GC algorithms." | 5748 if test "$enable_kkcc" = yes ; then |
5745 test "$enable_mc_alloc" = yes && echo " Using the new allocator." | 5749 echo " Using the new GC algorithms." |
5750 echo " WARNING: ---------------------------------------------------------" | |
5751 echo " WARNING: The new algorithms are experimental. They are enabled by" | |
5752 echo " WARNING: default for this release. Use \`--disable-kkcc' to" | |
5753 echo " WARNING: turn it off." | |
5754 echo " WARNING: ---------------------------------------------------------" | |
5755 fi | |
5756 if test "$enable_mc_alloc" = yes ; then | |
5757 echo " Using the new allocator." | |
5758 echo " WARNING: ---------------------------------------------------------" | |
5759 echo " WARNING: The new allocator is experimental. It is enabled by" | |
5760 echo " WARNING: default for this release. Use \`--disable-mc-alloc' to" | |
5761 echo " WARNING: turn it off." | |
5762 echo " WARNING: ---------------------------------------------------------" | |
5763 fi | |
5746 test "$enable_pdump" = yes && echo " Using the new portable dumper." | 5764 test "$enable_pdump" = yes && echo " Using the new portable dumper." |
5747 test "$enable_dump_in_exec" = yes && echo " Dumping into executable." | 5765 test "$enable_dump_in_exec" = yes && echo " Dumping into executable." |
5748 test "$enable_debug" = yes && echo " Compiling in support for extra debugging code." | 5766 test "$enable_debug" = yes && echo " Compiling in support for extra debugging code." |
5749 test "$usage_tracking" = yes && echo " Compiling in support for active usage tracking (Sun internal)." | 5767 test "$usage_tracking" = yes && echo " Compiling in support for active usage tracking (Sun internal)." |
5750 if test "$enable_error_checking_extents $enable_error_checking_types $enable_error_checking_text $enable_error_checking_gc $enable_error_checking_malloc $enable_error_checking_glyphs $enable_error_checking_byte_code $enable_error_checking_display $enable_error_checking_structures" \ | 5768 if test "$enable_error_checking_extents $enable_error_checking_types $enable_error_checking_text $enable_error_checking_gc $enable_error_checking_malloc $enable_error_checking_glyphs $enable_error_checking_byte_code $enable_error_checking_display $enable_error_checking_structures" \ |