(install-prefix): Modify for Meadow.
authormorioka <morioka>
Sun, 7 Feb 1999 14:30:28 +0000 (14:30 +0000)
committermorioka <morioka>
Sun, 7 Feb 1999 14:30:28 +0000 (14:30 +0000)
install.el

index f5a0d4e..1715dff 100644 (file)
 ;;;
 
 (defvar install-prefix
-  (if (or running-emacs-18 running-xemacs)
+  (if (or running-emacs-18 running-xemacs
+         (string= system-configuration-options "NT")) ; for Meadow
       (expand-file-name "../../.." exec-directory)
     (expand-file-name "../../../.." data-directory)
     )) ; install to shared directory (maybe "/usr/local")