Mercurial > hg > xemacs-beta
comparison configure @ 5159:cb303ff63e76
merge
author | Ben Wing <ben@xemacs.org> |
---|---|
date | Fri, 19 Mar 2010 17:02:11 -0500 |
parents | b72f27a08ed5 |
children | 5efbd1253905 |
comparison
equal
deleted
inserted
replaced
5158:9e0b43d3095c | 5159:cb303ff63e76 |
---|---|
1993 --with-memory-usage-stats | 1993 --with-memory-usage-stats |
1994 Enable LISP memory usage API. | 1994 Enable LISP memory usage API. |
1995 --with-quick-build Speed up the build cycle by leaving out steps where | 1995 --with-quick-build Speed up the build cycle by leaving out steps where |
1996 XEmacs will still work (more or less) without them. | 1996 XEmacs will still work (more or less) without them. |
1997 Potentially dangerous if you don't know what you're | 1997 Potentially dangerous if you don't know what you're |
1998 doing. This (1) doesn't garbage-collect after | 1998 doing. This (1) Doesn't garbage-collect after |
1999 loading each file during dumping, (2) doesn't | 1999 loading each file during dumping, (2) Doesn't |
2000 automatically rebuild the DOC file (remove it by | 2000 automatically rebuild the DOC file (remove it by |
2001 hand to get it rebuilt), (3) Removes config.h, | 2001 hand to get it rebuilt), (3) Removes config.h, |
2002 lisp.h and associated files from the dependency | 2002 lisp.h and associated files from the dependency |
2003 lists, so changes to these files don't automatically | 2003 lists, so changes to these files don't automatically |
2004 cause all .c files to be rebuilt. | 2004 cause all .c files to be rebuilt, (4) Doesn't check |
2005 for Lisp shadows. | |
2005 --with-union-type Use union definition of Lisp_Object type. Known to | 2006 --with-union-type Use union definition of Lisp_Object type. Known to |
2006 trigger bugs in some compilers. | 2007 trigger bugs in some compilers. |
2007 --with-quantify Support performance debugging using Quantify. | 2008 --with-quantify Support performance debugging using Quantify. |
2008 --with-purify Support memory debugging using Purify. | 2009 --with-purify Support memory debugging using Purify. |
2009 --with-valgrind Support memory debugging using Valgrind. | 2010 --with-valgrind Support memory debugging using Valgrind. |
5507 | 5508 |
5508 $as_echo "#define LISPDIR_USER_DEFINED 1" >>confdefs.h | 5509 $as_echo "#define LISPDIR_USER_DEFINED 1" >>confdefs.h |
5509 | 5510 |
5510 $as_echo "#define ETCDIR_USER_DEFINED 1" >>confdefs.h | 5511 $as_echo "#define ETCDIR_USER_DEFINED 1" >>confdefs.h |
5511 | 5512 |
5513 $as_echo "#define LATE_PACKAGE_DIRECTORIES_USER_DEFINED 1" >>confdefs.h | |
5514 | |
5512 fi | 5515 fi |
5513 | 5516 |
5514 if test "x$libdir" != "x\${exec_prefix}/lib" | 5517 if test "x$libdir" != "x\${exec_prefix}/lib" |
5515 then | 5518 then |
5516 $as_echo "#define MODULEDIR_USER_DEFINED 1" >>confdefs.h | 5519 $as_echo "#define MODULEDIR_USER_DEFINED 1" >>confdefs.h |
5531 | 5534 |
5532 with_sitelispdir='${datadir}/${inststaticdir}/site-lisp' | 5535 with_sitelispdir='${datadir}/${inststaticdir}/site-lisp' |
5533 inststaticdir='${PROGNAME}' | 5536 inststaticdir='${PROGNAME}' |
5534 instvardir='${PROGNAME}-${version}' | 5537 instvardir='${PROGNAME}-${version}' |
5535 sitemoduledir='${libdir}/${inststaticdir}/site-modules' | 5538 sitemoduledir='${libdir}/${inststaticdir}/site-modules' |
5539 with_late_packages='${datadir}/${PROGNAME}' | |
5536 | 5540 |
5537 | 5541 |
5538 statedir=$with_statedir | 5542 statedir=$with_statedir |
5539 | 5543 |
5540 | 5544 |