diff options
author | Glenn Morris <rgm@gnu.org> | 2014-02-17 16:45:43 -0800 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2014-02-17 16:45:43 -0800 |
commit | d7265107d2e3170c584e7d44a5ba04242350c1ae (patch) | |
tree | 6dfcd1105cda3a741b1920f4989f51e1cf4fc2cd /nt | |
parent | 389bea289f2da98bfeaf94fc090f6e30f2427d73 (diff) | |
download | emacs-d7265107d2e3170c584e7d44a5ba04242350c1ae.tar.gz |
* nt/INSTALL: Prefix must be absolute.
Diffstat (limited to 'nt')
-rw-r--r-- | nt/INSTALL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nt/INSTALL b/nt/INSTALL index 6262e961857..e3d7dd072a0 100644 --- a/nt/INSTALL +++ b/nt/INSTALL @@ -44,7 +44,7 @@ Windows 9X as well). It is always preferable to use --prefix to configure Emacs for some specific location of its installed tree; the default /usr/local is not suitable for Windows (see the detailed - instructions for the reasons). + instructions for the reasons). The prefix must be absolute. You can pass other options to the configure script. Here's a typical example (for an in-place debug build): |