Mercurial > hg > xemacs-beta
diff src/paths.h.in @ 278:90d73dddcdc4 r21-0b37
Import from CVS: tag r21-0b37
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:31:29 +0200 |
parents | 6330739388db |
children | 7df0dd720c89 |
line wrap: on
line diff
--- a/src/paths.h.in Mon Aug 13 10:30:38 2007 +0200 +++ b/src/paths.h.in Mon Aug 13 10:31:29 2007 +0200 @@ -24,8 +24,9 @@ If it defines anything, this file should define some subset of the following: - PATH_PREFIX The default value of `prefix-directory'. This is the - default root for everything. + PATH_EXEC_PREFIX The value of --exec-prefix. + + PATH_PREFIX The value of --prefix. PATH_LOADSEARCH The default value of `load-path'. @@ -52,7 +53,9 @@ These are additional places info files are searched for. */ -#define PATH_PREFIX "@prefix@" +#define PATH_EXEC_PREFIX "@EXEC_PREFIX@" + +#define PATH_PREFIX "@PREFIX@" #ifdef LISPDIR_USER_DEFINED #define PATH_LOADSEARCH "@LISPDIR@"