summaryrefslogtreecommitdiff
path: root/src/epaths.in
diff options
context:
space:
mode:
authorJim Blandy <jimb@redhat.com>1993-05-25 06:38:43 +0000
committerJim Blandy <jimb@redhat.com>1993-05-25 06:38:43 +0000
commitaa5907a47c11c3ca0b97a7fb610b9da76f54f3e8 (patch)
tree14e704951b8ad10758e2ce77abe5bea6b0d7c9dd /src/epaths.in
parent6a582c874b7693d7001ac1f10f49e73ca251112c (diff)
downloademacs-aa5907a47c11c3ca0b97a7fb610b9da76f54f3e8.tar.gz
* paths.h (PATH_INFO): New path, to edited by the configuration
process. * callproc.c (Vconfigure_info_directory): New variable, used internally by build process. (syms_of_callproc): DEFVAR it and initialize it.
Diffstat (limited to 'src/epaths.in')
-rw-r--r--src/epaths.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/epaths.in b/src/epaths.in
index ed15aca17ac..ce538f0591a 100644
--- a/src/epaths.in
+++ b/src/epaths.in
@@ -27,3 +27,9 @@
should be writable by everyone. THE STRING MUST END WITH A
SLASH!!! */
#define PATH_LOCK "/usr/local/lib/emacs/lock/"
+
+/* Where the configuration process believes the info tree lives. The
+ lisp variable configure-info-directory gets its value from this
+ macro, and is then used to set the Info-default-directory-list. */
+#define PATH_INFO "/usr/local/info"
+