comparison configure @ 4833:4dd2389173fc

merge
author Ben Wing <ben@xemacs.org>
date Sun, 10 Jan 2010 01:06:15 -0600
parents 9987da5935bd 5d120deb60ca
children b3ea9c582280
comparison
equal deleted inserted replaced
4832:07fa38c30fdf 4833:4dd2389173fc
1015 with_union_type 1015 with_union_type
1016 enable_quantify 1016 enable_quantify
1017 with_quantify 1017 with_quantify
1018 enable_purify 1018 enable_purify
1019 with_purify 1019 with_purify
1020 enable_valgrind
1021 with_valgrind
1020 with_x 1022 with_x
1021 ' 1023 '
1022 ac_precious_vars='build_alias 1024 ac_precious_vars='build_alias
1023 host_alias 1025 host_alias
1024 target_alias 1026 target_alias
1972 cause all .c files to be rebuilt. 1974 cause all .c files to be rebuilt.
1973 --with-union-type Use union definition of Lisp_Object type. Known to 1975 --with-union-type Use union definition of Lisp_Object type. Known to
1974 trigger bugs in some compilers. 1976 trigger bugs in some compilers.
1975 --with-quantify Support performance debugging using Quantify. 1977 --with-quantify Support performance debugging using Quantify.
1976 --with-purify Support memory debugging using Purify. 1978 --with-purify Support memory debugging using Purify.
1979 --with-valgrind Support memory debugging using Valgrind.
1977 1980
1978 Optional Packages: 1981 Optional Packages:
1979 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] 1982 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1980 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) 1983 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1981 --with-x use the X Window System 1984 --with-x use the X Window System
5331 fi; 5334 fi;
5332 # Check whether --with-purify or --without-purify was given. 5335 # Check whether --with-purify or --without-purify was given.
5333 if test "${with_purify+set}" = set; then 5336 if test "${with_purify+set}" = set; then
5334 enableval="$with_purify" 5337 enableval="$with_purify"
5335 withval="$with_purify" 5338 withval="$with_purify"
5339
5340 fi;
5341 # If --with-valgrind or --without-valgrind were given then copy the value to the
5342 # equivalent enable_valgrind variable.
5343 if test "${with_valgrind+set}" = set; then
5344 enable_valgrind="$with_valgrind"
5345 fi;
5346 # If -enable-valgrind or --disable-valgrind were given then copy the value to the
5347 # equivalent with_valgrind variable.
5348 if test "${enable_valgrind+set}" = set; then
5349 with_valgrind="$enable_valgrind"
5350 fi;
5351 # Check whether --with-valgrind or --without-valgrind was given.
5352 if test "${with_valgrind+set}" = set; then
5353 enableval="$with_valgrind"
5354 withval="$with_valgrind"
5336 5355
5337 fi; 5356 fi;
5338 5357
5339 if test "$with_purify" = "yes" -o "$with_quantify" = "yes"; then 5358 if test "$with_purify" = "yes" -o "$with_quantify" = "yes"; then
5340 test "$with_system_malloc" = "default" && with_system_malloc=yes 5359 test "$with_system_malloc" = "default" && with_system_malloc=yes
20633 20652
20634 test "$with_purify" = "yes" && $as_echo "#define PURIFY 1" >>confdefs.h 20653 test "$with_purify" = "yes" && $as_echo "#define PURIFY 1" >>confdefs.h
20635 20654
20636 test "$with_quantify" = "yes" && $as_echo "#define QUANTIFY 1" >>confdefs.h 20655 test "$with_quantify" = "yes" && $as_echo "#define QUANTIFY 1" >>confdefs.h
20637 20656
20657 test "$with_valgrind" = "yes" && $as_echo "#define USE_VALGRIND 1" >>confdefs.h
20658
20638 test "$with_pop" = "yes" && $as_echo "#define MAIL_USE_POP 1" >>confdefs.h 20659 test "$with_pop" = "yes" && $as_echo "#define MAIL_USE_POP 1" >>confdefs.h
20639 20660
20640 test "$with_kerberos" = "yes" && $as_echo "#define KERBEROS 1" >>confdefs.h 20661 test "$with_kerberos" = "yes" && $as_echo "#define KERBEROS 1" >>confdefs.h
20641 20662
20642 test "$with_hesiod" = "yes" && $as_echo "#define HESIOD 1" >>confdefs.h 20663 test "$with_hesiod" = "yes" && $as_echo "#define HESIOD 1" >>confdefs.h
20946 echo " WARNING: ---------------------------------------------------------" 20967 echo " WARNING: ---------------------------------------------------------"
20947 echo " WARNING: XEmacs will run noticeably more slowly as a result." 20968 echo " WARNING: XEmacs will run noticeably more slowly as a result."
20948 echo " WARNING: Error checking is on by default for XEmacs beta releases." 20969 echo " WARNING: Error checking is on by default for XEmacs beta releases."
20949 echo " WARNING: ---------------------------------------------------------" 20970 echo " WARNING: ---------------------------------------------------------"
20950 fi 20971 fi
20972 test "$with_valgrind" = yes && echo " Compiling in support for memory debugging with Valgrind."
20951 echo "" 20973 echo ""
20952 ) | tee -a Installation 20974 ) | tee -a Installation
20953 echo "" 20975 echo ""
20954 20976
20955 ac_config_headers="$ac_config_headers src/config.h lwlib/config.h" 20977 ac_config_headers="$ac_config_headers src/config.h lwlib/config.h"