3 ;;; $Id: APEL-CFG,v 0.3 1997-11-04 08:50:36 morioka Exp $
6 (defvar default-load-path load-path)
7 (setq load-path (cons (expand-file-name ".") load-path))
11 ;;; @ Please specify prefix of install directory.
14 ;; Please specify install path prefix.
15 ;; If it is omitted, shared directory (maybe /usr/local is used).
16 (defvar PREFIX install-prefix)
19 ;; Please specify emu prefix [optional]
21 (if (string-match "XEmacs" emacs-version)
25 ;; Please specify prefix for ``apel'' [optional]
26 (setq APEL_PREFIX "apel")
30 ;;; @ optional settings
36 (install-detect-elisp-directory PREFIX nil 'version-specific)))
38 ;; It is generated by automatically. Please set variable `PREFIX'.
39 ;; If you don't like default directory tree, please set it.
40 (defvar LISPDIR (install-detect-elisp-directory PREFIX))
41 ;; (setq install-default-elisp-directory "~/lib/emacs/lisp")
43 (setq APEL_DIR (expand-file-name APEL_PREFIX LISPDIR))
45 ;;; APEL-CFG ends here