comparison 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
comparison
equal deleted inserted replaced
277:cfdf3ff11843 278:90d73dddcdc4
22 ** Let me say that again. If you're editing this file, you're making 22 ** Let me say that again. If you're editing this file, you're making
23 ** a mistake. Re-read the section on installation in ../etc/NEWS. 23 ** a mistake. Re-read the section on installation in ../etc/NEWS.
24 24
25 If it defines anything, this file should define some subset of the following: 25 If it defines anything, this file should define some subset of the following:
26 26
27 PATH_PREFIX The default value of `prefix-directory'. This is the 27 PATH_EXEC_PREFIX The value of --exec-prefix.
28 default root for everything. 28
29 PATH_PREFIX The value of --prefix.
29 30
30 PATH_LOADSEARCH The default value of `load-path'. 31 PATH_LOADSEARCH The default value of `load-path'.
31 32
32 PATH_PACKAGEPATH The default value of `package-path'. 33 PATH_PACKAGEPATH The default value of `package-path'.
33 34
50 51
51 PATH_INFOPATH The default value of `Info-directory-list'. 52 PATH_INFOPATH The default value of `Info-directory-list'.
52 These are additional places info files are searched 53 These are additional places info files are searched
53 for. */ 54 for. */
54 55
55 #define PATH_PREFIX "@prefix@" 56 #define PATH_EXEC_PREFIX "@EXEC_PREFIX@"
57
58 #define PATH_PREFIX "@PREFIX@"
56 59
57 #ifdef LISPDIR_USER_DEFINED 60 #ifdef LISPDIR_USER_DEFINED
58 #define PATH_LOADSEARCH "@LISPDIR@" 61 #define PATH_LOADSEARCH "@LISPDIR@"
59 #endif 62 #endif
60 63