diff options
author | Richard M. Stallman <rms@gnu.org> | 1994-10-13 04:05:41 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1994-10-13 04:05:41 +0000 |
commit | b692ec7443ce3c21904d1bd6f5e6bdd73fffe0f0 (patch) | |
tree | 0ef5baa46fc1a935b95563314a2e4f850993d390 /INSTALL | |
parent | 310bbdbb112a2ed0917e2f093f156bf07ad38306 (diff) | |
download | emacs-b692ec7443ce3c21904d1bd6f5e6bdd73fffe0f0.tar.gz |
entered into RCS
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 13 |
1 files changed, 4 insertions, 9 deletions
@@ -418,10 +418,6 @@ that run cpp to construct `Makefile'. from the corresponding `Makefile.in' files. This isn't so hard, just a matter of substitution. -5) If you're going to use the build-install script to build Emacs, -copy `./build-ins.in' to `./build-install', and edit the -definitions found at the top of the script. - The `configure' script is built from `configure.in' by the `autoconf' program. However, since Emacs has configuration requirements that autoconf can't meet, `configure.in' uses an marriage of custom-baked @@ -432,8 +428,8 @@ rebuilding `configure' from `configure.in' when possible. BUILDING GNU EMACS BY HAND -Once Emacs is configured, running `make' or running the shell script -`build-install' in the top directory performs the following steps. +Once Emacs is configured, running `make' in the top directory performs +the following steps. 1) Run `make src/paths.h' in the top directory. This produces `./src/paths.h' from the template file `./src/paths.h.in', changing @@ -461,9 +457,8 @@ version. INSTALLATION BY HAND -The steps below are done by the shell script `build-install' or by -running `make install' in the main directory of the Emacs -distribution. +The steps below are done by running `make install' in the main +directory of the Emacs distribution. 1) Copy `./lisp' and its subdirectories, `./etc', and the executables in `./lib-src' to their final destinations, as selected in `./src/paths.h'. |