aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2007-04-13 02:55:28 +0000
committerGlenn Morris2007-04-13 02:55:28 +0000
commita7da3bc55c791df798d550c2efc521996b827faf (patch)
tree9b3ccc5723931aa2120ce29d64d399ab604bbd67
parent257f1b1e1d8829120fc1cd5c075fc4f3ff913a0b (diff)
downloademacs-a7da3bc55c791df798d550c2efc521996b827faf.tar.gz
emacs-a7da3bc55c791df798d550c2efc521996b827faf.zip
Fix typos.
(lib-src): timer, wakeup, yow are removed.
-rw-r--r--INSTALL14
1 files changed, 7 insertions, 7 deletions
diff --git a/INSTALL b/INSTALL
index 5b4c2bef015..9d0376965a4 100644
--- a/INSTALL
+++ b/INSTALL
@@ -192,7 +192,7 @@ default; they just include the files that you need to run Emacs, but
192not those you need to compile it. For example, to compile Emacs with 192not those you need to compile it. For example, to compile Emacs with
193X11 support, you may need to install the special `X11 development' 193X11 support, you may need to install the special `X11 development'
194package. For example, in April 2003, the package names to install 194package. For example, in April 2003, the package names to install
195were `XFree86-devel' and `Xaw3d-devel' on RedHat. On Debian, the 195were `XFree86-devel' and `Xaw3d-devel' on Red Hat. On Debian, the
196packages necessary to build the installed version should be 196packages necessary to build the installed version should be
197sufficient; they can be installed using `apt-get build-dep emacs21' in 197sufficient; they can be installed using `apt-get build-dep emacs21' in
198Debian 3 and above. 198Debian 3 and above.
@@ -353,7 +353,7 @@ tests in FILE instead of `config.cache'. Set FILE to `/dev/null' to
353disable caching, for debugging `configure'. 353disable caching, for debugging `configure'.
354 354
355If the description of the system configuration printed by `configure' 355If the description of the system configuration printed by `configure'
356is not right, or if it claims some of the fatures or libraries are not 356is not right, or if it claims some of the features or libraries are not
357available when you know they are, look at the `config.log' file for 357available when you know they are, look at the `config.log' file for
358the trace of the failed tests performed by `configure' to check 358the trace of the failed tests performed by `configure' to check
359whether these features are supported. Typically, some test fails 359whether these features are supported. Typically, some test fails
@@ -385,7 +385,7 @@ libraries in addition to the standard ones.
385 385
386For some libraries, like Gtk+, fontconfig and ALSA, `configure' use 386For some libraries, like Gtk+, fontconfig and ALSA, `configure' use
387pkg-config to find where those libraries are installed. 387pkg-config to find where those libraries are installed.
388If you wan't pkg-config to look in special directories, you have to set 388If you want pkg-config to look in special directories, you have to set
389the environment variable PKG_CONFIG_PATH to point to the directories 389the environment variable PKG_CONFIG_PATH to point to the directories
390where the .pc-files for those libraries are. 390where the .pc-files for those libraries are.
391For example: 391For example:
@@ -703,8 +703,8 @@ the following steps.
703the paths to the values specified in `./Makefile'. 703the paths to the values specified in `./Makefile'.
704 704
7052) Go to directory `./lib-src' and run `make'. This creates 7052) Go to directory `./lib-src' and run `make'. This creates
706executables named `ctags' and `etags' and `wakeup' and `make-docfile' 706executables named `ctags' and `etags' and `make-docfile' and
707and `digest-doc' and `test-distrib'. And others. 707`digest-doc' and `test-distrib'. And others.
708 708
7093) Go to directory `./src' and Run `make'. This refers to files in 7093) Go to directory `./src' and Run `make'. This refers to files in
710the `./lisp' and `./lib-src' subdirectories using names `../lisp' and 710the `./lisp' and `./lib-src' subdirectories using names `../lisp' and
@@ -732,8 +732,8 @@ in `./lib-src' to their final destinations, as selected in `./src/paths.h'.
732 732
733Strictly speaking, not all of the executables in `./lib-src' need be copied. 733Strictly speaking, not all of the executables in `./lib-src' need be copied.
734- The programs `cvtmail', `fakemail', `hexl', 734- The programs `cvtmail', `fakemail', `hexl',
735 `movemail', `profile', `rcs2log', `timer', `vcdiff', `wakeup', 735 `movemail', `profile', `rcs2log', and `vcdiff' are used by Emacs;
736 and `yow' are used by Emacs; they do need to be copied. 736 they do need to be copied.
737- The programs `etags', `ctags', `emacsclient', `b2m', and `rcs-checkin' 737- The programs `etags', `ctags', `emacsclient', `b2m', and `rcs-checkin'
738 are intended to be run by users; they are handled below. 738 are intended to be run by users; they are handled below.
739- The programs `make-docfile' and `test-distrib' were 739- The programs `make-docfile' and `test-distrib' were