diff options
| author | Glenn Morris | 2012-07-31 00:15:11 -0700 |
|---|---|---|
| committer | Glenn Morris | 2012-07-31 00:15:11 -0700 |
| commit | 58f2a6180d86a395ea6938109ce1dff5b7804855 (patch) | |
| tree | 3d16bc28126944096c87b642d8aca79f0a5d16fa | |
| parent | f71e87cb5f8f1701ef6235ff3e60b9656858d6d0 (diff) | |
| download | emacs-58f2a6180d86a395ea6938109ce1dff5b7804855.tar.gz emacs-58f2a6180d86a395ea6938109ce1dff5b7804855.zip | |
Remove references to s/ and m/ files in INSTALL
(in the massively pointless "Configuration By Hand" section)
| -rw-r--r-- | INSTALL | 7 |
1 files changed, 0 insertions, 7 deletions
| @@ -667,13 +667,6 @@ running the `configure' program, you have to perform the following steps. | |||
| 667 | 667 | ||
| 668 | 1) Copy `./src/config.in' to `./src/config.h'. | 668 | 1) Copy `./src/config.in' to `./src/config.h'. |
| 669 | 669 | ||
| 670 | 2) Consult `./etc/MACHINES' to see what configuration name you should | ||
| 671 | use for your system. Look at the code of the `configure' script to | ||
| 672 | see which operating system and architecture description files from | ||
| 673 | `src/s' and `src/m' should be used for that configuration name. Edit | ||
| 674 | `src/config.h', and change the two `#include' directives to include | ||
| 675 | the appropriate system and architecture description files. | ||
| 676 | |||
| 677 | 2) Edit `./src/config.h' to set the right options for your system. | 670 | 2) Edit `./src/config.h' to set the right options for your system. |
| 678 | 671 | ||
| 679 | 3) Create `Makefile' files in various directories from the | 672 | 3) Create `Makefile' files in various directories from the |