diff options
| author | Eli Zaretskii | 2013-06-08 18:01:45 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2013-06-08 18:01:45 +0300 |
| commit | 1698f87abddff63b6c8662276334936e249d80a2 (patch) | |
| tree | 6ffc1eb6e791bf814903e6b100b873206a4bb2c5 | |
| parent | fda741250bda7dc2e93378ab548ad95c7d02af86 (diff) | |
| download | emacs-1698f87abddff63b6c8662276334936e249d80a2.tar.gz emacs-1698f87abddff63b6c8662276334936e249d80a2.zip | |
Don't advertise unsupported features in nt/INSTALL.MSYS.
| -rw-r--r-- | nt/INSTALL.MSYS | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/nt/INSTALL.MSYS b/nt/INSTALL.MSYS index ee665cfb758..420b8be75f8 100644 --- a/nt/INSTALL.MSYS +++ b/nt/INSTALL.MSYS | |||
| @@ -373,14 +373,10 @@ Windows 9X as well). | |||
| 373 | installation, and you want Emacs to continue using it, specify it | 373 | installation, and you want Emacs to continue using it, specify it |
| 374 | via the --enable-locallisppath switch to msysconfig.sh, like this: | 374 | via the --enable-locallisppath switch to msysconfig.sh, like this: |
| 375 | 375 | ||
| 376 | ./nt/msysconfig.sh --prefix=PREFIX --enable-locallisppath="%emacs_dir%/share/emacs/VERSION/site-lisp;/d/wherever/site-lisp" | 376 | ./nt/msysconfig.sh --prefix=PREFIX --enable-locallisppath="/d/usr/share/emacs/VERSION/site-lisp:/d/wherever/site-lisp" |
| 377 | 377 | ||
| 378 | The %emacs_dir% part is the root of the Emacs installation tree, it | 378 | Use the normal MSYS /d/foo/bar style to specify directories by their |
| 379 | will get expanded by Emacs when it starts up. Using %emacs_dir%, | 379 | absolute file names. |
| 380 | you can add directories relative to your Emacs installation, which | ||
| 381 | will continue to be valid if you move the entire Emacs tree into | ||
| 382 | another place on your disk. Use the normal MSYS /d/foo/bar style to | ||
| 383 | specify directories by their absolute file names. | ||
| 384 | 380 | ||
| 385 | A few frequently used options are needed when you want to produce an | 381 | A few frequently used options are needed when you want to produce an |
| 386 | unoptimized binary with runtime checks enabled: | 382 | unoptimized binary with runtime checks enabled: |