aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1995-11-30 01:17:25 +0000
committerRichard M. Stallman1995-11-30 01:17:25 +0000
commitbde335e3b1669993787729fc716f2dfd669b0061 (patch)
treecfd9eee19f73f1e6e06f8fc24e6a396616bad78f
parent40bb1f49468f115fdc165ad5d5042df777380ed4 (diff)
downloademacs-bde335e3b1669993787729fc716f2dfd669b0061.tar.gz
emacs-bde335e3b1669993787729fc716f2dfd669b0061.zip
Correct .in.in and .h.in in file names.
-rw-r--r--INSTALL10
1 files changed, 5 insertions, 5 deletions
diff --git a/INSTALL b/INSTALL
index 718a0dc23ec..2facdd82700 100644
--- a/INSTALL
+++ b/INSTALL
@@ -23,7 +23,7 @@ search for MSDOG. For Windows NT, see the file nt/install.)
23a program whose pure code is 900k bytes and whose data area is at 23a program whose pure code is 900k bytes and whose data area is at
24least 400k and can reach 8Mb or more. If the swapping space is 24least 400k and can reach 8Mb or more. If the swapping space is
25insufficient, you will get an error in the command `temacs -batch -l 25insufficient, you will get an error in the command `temacs -batch -l
26loadup dump', found in `./src/Makefile.in.in', or possibly when 26loadup dump', found in `./src/Makefile.in', or possibly when
27running the final dumped Emacs. 27running the final dumped Emacs.
28 28
29Building Emacs requires about 70 Mb of disk space (including the Emacs 29Building Emacs requires about 70 Mb of disk space (including the Emacs
@@ -145,7 +145,7 @@ doing, you'll make a mistake.
145Lisp code you want Emacs to load before it is dumped out. Use 145Lisp code you want Emacs to load before it is dumped out. Use
146site-load.el for additional libraries if you arrange for their 146site-load.el for additional libraries if you arrange for their
147documentation strings to be in the etc/DOC file (see 147documentation strings to be in the etc/DOC file (see
148src/Makefile.in.in if you wish to figure out how to do that). For all 148src/Makefile.in if you wish to figure out how to do that). For all
149else, use site-init.el. 149else, use site-init.el.
150 150
151If you set load-path to a different value in site-init.el or 151If you set load-path to a different value in site-init.el or
@@ -389,7 +389,7 @@ CONFIGURATION BY HAND
389Instead of running the `configure' program, you have to perform the 389Instead of running the `configure' program, you have to perform the
390following steps. 390following steps.
391 391
3921) Copy `./src/config.h.in' to `./src/config.h'. 3921) Copy `./src/config.in' to `./src/config.h'.
393 393
3942) Consult `./etc/MACHINES' to see what configuration name you should 3942) Consult `./etc/MACHINES' to see what configuration name you should
395use for your system. Look at the code of the `configure' script to 395use for your system. Look at the code of the `configure' script to
@@ -405,7 +405,7 @@ changing the s/*.h and m/*.h files. Occasionally you may need to
405redefine parameters used in `./lib-src/movemail.c'. 405redefine parameters used in `./lib-src/movemail.c'.
406 406
4073) Create src/Makefile and lib-src/Makefile from the corresponding 4073) Create src/Makefile and lib-src/Makefile from the corresponding
408`Makefile.in.in' files. First copy `Makefile.in.in' to `Makefile.in', 408`Makefile.in' files. First copy `Makefile.in' to `Makefile.c',
409then edit in appropriate substituions for the @...@ constructs, 409then edit in appropriate substituions for the @...@ constructs,
410and then copy the shell commands near the end of `configure' 410and then copy the shell commands near the end of `configure'
411that run cpp to construct `Makefile'. 411that run cpp to construct `Makefile'.
@@ -423,7 +423,7 @@ Once Emacs is configured, running `make' in the top directory performs
423the following steps. 423the following steps.
424 424
4251) Run `make src/paths.h' in the top directory. This produces 4251) Run `make src/paths.h' in the top directory. This produces
426`./src/paths.h' from the template file `./src/paths.h.in', changing 426`./src/paths.h' from the template file `./src/paths.in', changing
427the paths to the values specified in `./Makefile'. 427the paths to the values specified in `./Makefile'.
428 428
4292) Go to directory `./lib-src' and run `make'. This creates 4292) Go to directory `./lib-src' and run `make'. This creates