Mercurial > hg > xemacs-beta
comparison configure.ac @ 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 |
---|---|
1011 XE_MERGED_ARG([quantify], | 1011 XE_MERGED_ARG([quantify], |
1012 AS_HELP_STRING([--with-quantify],[Support performance debugging using Quantify.]), | 1012 AS_HELP_STRING([--with-quantify],[Support performance debugging using Quantify.]), |
1013 [], []) | 1013 [], []) |
1014 XE_MERGED_ARG([purify], | 1014 XE_MERGED_ARG([purify], |
1015 AS_HELP_STRING([--with-purify],[Support memory debugging using Purify.]), | 1015 AS_HELP_STRING([--with-purify],[Support memory debugging using Purify.]), |
1016 [], []) | |
1017 XE_MERGED_ARG([valgrind], | |
1018 AS_HELP_STRING([--with-valgrind],[Support memory debugging using Valgrind.]), | |
1016 [], []) | 1019 [], []) |
1017 dnl ------------------------------------------------------------------------- | 1020 dnl ------------------------------------------------------------------------- |
1018 dnl Final command line argument checks. | 1021 dnl Final command line argument checks. |
1019 | 1022 |
1020 dnl --with-quantify or --with-purify imply --with-system-malloc | 1023 dnl --with-quantify or --with-purify imply --with-system-malloc |
5489 test "$have_vdb_posix" = "yes" && AC_DEFINE(VDB_POSIX) | 5492 test "$have_vdb_posix" = "yes" && AC_DEFINE(VDB_POSIX) |
5490 test "$have_vdb_fake" = "yes" && AC_DEFINE(VDB_FAKE) | 5493 test "$have_vdb_fake" = "yes" && AC_DEFINE(VDB_FAKE) |
5491 test "$enable_quick_build" = "yes" && AC_DEFINE(QUICK_BUILD) | 5494 test "$enable_quick_build" = "yes" && AC_DEFINE(QUICK_BUILD) |
5492 test "$with_purify" = "yes" && AC_DEFINE(PURIFY) | 5495 test "$with_purify" = "yes" && AC_DEFINE(PURIFY) |
5493 test "$with_quantify" = "yes" && AC_DEFINE(QUANTIFY) | 5496 test "$with_quantify" = "yes" && AC_DEFINE(QUANTIFY) |
5497 test "$with_valgrind" = "yes" && AC_DEFINE(USE_VALGRIND) | |
5494 test "$with_pop" = "yes" && AC_DEFINE(MAIL_USE_POP) | 5498 test "$with_pop" = "yes" && AC_DEFINE(MAIL_USE_POP) |
5495 test "$with_kerberos" = "yes" && AC_DEFINE(KERBEROS) | 5499 test "$with_kerberos" = "yes" && AC_DEFINE(KERBEROS) |
5496 test "$with_hesiod" = "yes" && AC_DEFINE(HESIOD) | 5500 test "$with_hesiod" = "yes" && AC_DEFINE(HESIOD) |
5497 test "$enable_union_type" = "yes" && AC_DEFINE(USE_UNION_TYPE) | 5501 test "$enable_union_type" = "yes" && AC_DEFINE(USE_UNION_TYPE) |
5498 test "$enable_pdump" = "yes" && AC_DEFINE(PDUMP) | 5502 test "$enable_pdump" = "yes" && AC_DEFINE(PDUMP) |
5804 echo " WARNING: ---------------------------------------------------------" | 5808 echo " WARNING: ---------------------------------------------------------" |
5805 echo " WARNING: XEmacs will run noticeably more slowly as a result." | 5809 echo " WARNING: XEmacs will run noticeably more slowly as a result." |
5806 echo " WARNING: Error checking is on by default for XEmacs beta releases." | 5810 echo " WARNING: Error checking is on by default for XEmacs beta releases." |
5807 echo " WARNING: ---------------------------------------------------------" | 5811 echo " WARNING: ---------------------------------------------------------" |
5808 fi | 5812 fi |
5813 test "$with_valgrind" = yes && echo " Compiling in support for memory debugging with Valgrind." | |
5809 echo "" | 5814 echo "" |
5810 ) | tee -a Installation | 5815 ) | tee -a Installation |
5811 dnl echo "The above configure report is appended to \"Installation\" file." | 5816 dnl echo "The above configure report is appended to \"Installation\" file." |
5812 echo "" | 5817 echo "" |
5813 | 5818 |