comparison configure.in @ 257:65c19d2020f7 r20-5b27

Import from CVS: tag r20-5b27
author cvs
date Mon, 13 Aug 2007 10:22:03 +0200
parents 084402c475ba
children 11cf20601dec
comparison
equal deleted inserted replaced
256:19076a51efde 257:65c19d2020f7
348 const_is_losing='yes' 348 const_is_losing='yes'
349 puresize='' 349 puresize=''
350 cflags='UNSPECIFIED' 350 cflags='UNSPECIFIED'
351 dynamic='' 351 dynamic=''
352 with_x11='' 352 with_x11=''
353 with_gung='no'
354 with_minimal_tagbits='no'
353 rel_alloc='default' 355 rel_alloc='default'
354 with_system_malloc='default' 356 with_system_malloc='default'
355 native_sound_lib='' 357 native_sound_lib=''
356 dnl use-assertions should be 'yes' by default. Too many people in this 358 dnl use-assertions should be 'yes' by default. Too many people in this
357 dnl world have core dumps turned off by default or \"cannot find where the 359 dnl world have core dumps turned off by default or \"cannot find where the
447 with_x | \ 449 with_x | \
448 with_x11 | \ 450 with_x11 | \
449 with_gcc | \ 451 with_gcc | \
450 with_gnu_make | \ 452 with_gnu_make | \
451 dynamic | \ 453 dynamic | \
454 with_gung | \
452 with_ncurses | \ 455 with_ncurses | \
453 with_dnet | \ 456 with_dnet | \
454 with_term | \
455 with_socks | \ 457 with_socks | \
456 with_cde | \ 458 with_cde | \
457 with_offix | \ 459 with_offix | \
458 with_gpm | \ 460 with_gpm | \
459 with_xpm | \ 461 with_xpm | \
1945 if test "$GNU_MALLOC" = yes ; then 1947 if test "$GNU_MALLOC" = yes ; then
1946 GNU_MALLOC_reason=" 1948 GNU_MALLOC_reason="
1947 (Using Doug Lea's new malloc from the GNU C Library.)" 1949 (Using Doug Lea's new malloc from the GNU C Library.)"
1948 fi 1950 fi
1949 AC_DEFINE(DOUG_LEA_MALLOC) 1951 AC_DEFINE(DOUG_LEA_MALLOC)
1952 AC_DEFINE(USE_MINIMAL_TAGBITS)
1953 with_minimal_tagbits=yes
1950 fi 1954 fi
1951 1955
1952 dnl Some other nice autoconf tests. If you add a test here which 1956 dnl Some other nice autoconf tests. If you add a test here which
1953 dnl should make an entry in src/config.h, do not forget to add an 1957 dnl should make an entry in src/config.h, do not forget to add an
1954 dnl #undef clause to src/config.h.in for autoconf to modify. 1958 dnl #undef clause to src/config.h.in for autoconf to modify.
2574 if test \( "$with_sound" = "nas" \) -o \( "$with_sound" = "both" \); then 2578 if test \( "$with_sound" = "nas" \) -o \( "$with_sound" = "both" \); then
2575 echo "Attempt to Build NAS sound without X" 2579 echo "Attempt to Build NAS sound without X"
2576 echo "Please remove NAS configuration or build with X" 2580 echo "Please remove NAS configuration or build with X"
2577 exit 1 2581 exit 1
2578 fi 2582 fi
2583 fi
2584
2585 if test "$with_gung" != "no"; then
2586 test "$with_minimal_tagbits" = "no" && AC_DEFINE(USE_MINIMAL_TAGBITS)
2587 AC_DEFINE(USE_INDEXED_LRECORD_IMPLEMENTATION)
2579 fi 2588 fi
2580 2589
2581 dnl ---------------------- 2590 dnl ----------------------
2582 dnl Mule-dependent options 2591 dnl Mule-dependent options
2583 dnl ---------------------- 2592 dnl ----------------------
3341 elif test "$with_debug_malloc" = "yes"; then AC_DEFINE(USE_DEBUG_MALLOC) 3350 elif test "$with_debug_malloc" = "yes"; then AC_DEFINE(USE_DEBUG_MALLOC)
3342 AC_DEFINE(USE_SYSTEM_MALLOC) 3351 AC_DEFINE(USE_SYSTEM_MALLOC)
3343 fi 3352 fi
3344 test "$with_i18n3" = "yes" && AC_DEFINE(I18N3) 3353 test "$with_i18n3" = "yes" && AC_DEFINE(I18N3)
3345 test "$GCC" = "yes" && AC_DEFINE(USE_GCC) 3354 test "$GCC" = "yes" && AC_DEFINE(USE_GCC)
3346 test "$with_term" = "yes" && AC_DEFINE(HAVE_TERM)
3347 test "$external_widget" = "yes" && AC_DEFINE(EXTERNAL_WIDGET) 3355 test "$external_widget" = "yes" && AC_DEFINE(EXTERNAL_WIDGET)
3348 test "$with_gnu_make" = "yes" && AC_DEFINE(USE_GNU_MAKE) 3356 test "$with_gnu_make" = "yes" && AC_DEFINE(USE_GNU_MAKE)
3349 test "$no_doc_file" = "yes" && AC_DEFINE(NO_DOC_FILE) 3357 test "$no_doc_file" = "yes" && AC_DEFINE(NO_DOC_FILE)
3350 test "$const_is_losing" = "yes" && AC_DEFINE(CONST_IS_LOSING) 3358 test "$const_is_losing" = "yes" && AC_DEFINE(CONST_IS_LOSING)
3351 test "$with_quantify" = "yes" && AC_DEFINE(QUANTIFY) 3359 test "$with_quantify" = "yes" && AC_DEFINE(QUANTIFY)
3400 if test -n "$runpath"; then 3408 if test -n "$runpath"; then
3401 echo " Runtime library search path: $runpath" 3409 echo " Runtime library search path: $runpath"
3402 fi 3410 fi
3403 test "$with_dnet" = yes && echo " Compiling in support for DNET." 3411 test "$with_dnet" = yes && echo " Compiling in support for DNET."
3404 test "$with_socks" = yes && echo " Compiling in support for SOCKS." 3412 test "$with_socks" = yes && echo " Compiling in support for SOCKS."
3405 test "$with_term" = yes && echo " Compiling in support for TERM."
3406 test "$with_xauth" = yes && echo " Compiling in support for XAUTH." 3413 test "$with_xauth" = yes && echo " Compiling in support for XAUTH."
3407 if test "$with_xmu" != yes -a "$with_x11" = yes; then 3414 if test "$with_xmu" != yes -a "$with_x11" = yes; then
3408 echo " No Xmu; substituting equivalent routines." 3415 echo " No Xmu; substituting equivalent routines."
3409 fi 3416 fi
3410 3417
3479 test "$with_kerberos" = yes && echo " Using Kerberos for POP authentication" 3486 test "$with_kerberos" = yes && echo " Using Kerberos for POP authentication"
3480 test "$with_hesiod" = yes && echo " Using Hesiod to get POP server host" 3487 test "$with_hesiod" = yes && echo " Using Hesiod to get POP server host"
3481 echo " The \`Info-default-directory-list' will be initialized from:" 3488 echo " The \`Info-default-directory-list' will be initialized from:"
3482 echo " INFOPATH=\"$infopath\"" 3489 echo " INFOPATH=\"$infopath\""
3483 test "$use_union_type" = yes && echo " Using the union type for Lisp_Objects." 3490 test "$use_union_type" = yes && echo " Using the union type for Lisp_Objects."
3491 test "$with_minimal_tagbits" != "no" -o "$with_gung" != "no" && \
3492 echo "Using Lisp_Objects with minimal tagbits."
3493 test "$with_gung" != "no" && echo "Using indexed lrecord implementation."
3484 test "$debug" = yes && echo " Compiling in extra code for debugging." 3494 test "$debug" = yes && echo " Compiling in extra code for debugging."
3485 test "$memory_usage_stats" = yes && echo " Compiling in code for checking XEmacs memory usage." 3495 test "$memory_usage_stats" = yes && echo " Compiling in code for checking XEmacs memory usage."
3486 test "$usage_tracking" = yes && echo " Compiling with usage tracking active (Sun internal)." 3496 test "$usage_tracking" = yes && echo " Compiling with usage tracking active (Sun internal)."
3487 if test "$error_check_extents $error_check_typecheck $error_check_bufpos $error_check_gc $error_check_malloc" \ 3497 if test "$error_check_extents $error_check_typecheck $error_check_bufpos $error_check_gc $error_check_malloc" \
3488 != "no no no no no"; then 3498 != "no no no no no"; then