Mercurial > emacs
comparison INSTALL @ 34939:44564f6157cc
Move the copying conditions to the end of the file.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Mon, 01 Jan 2001 17:55:27 +0000 |
parents | b37dd70cce0a |
children | fb1c795f1a5e |
comparison
equal
deleted
inserted
replaced
34938:e335254ad391 | 34939:44564f6157cc |
---|---|
1 GNU Emacs Installation Guide | 1 GNU Emacs Installation Guide |
2 Copyright (c) 1992, 1994, 1996, 1997, 2000 Free software Foundation, Inc. | 2 Copyright (c) 1992, 1994, 1996, 1997, 2000 Free software Foundation, Inc. |
3 | 3 See the end of the file for copying permissions. |
4 Permission is granted to anyone to make or distribute verbatim copies | 4 |
5 of this document as received, in any medium, provided that the | |
6 copyright notice and permission notice are preserved, | |
7 and that the distributor grants the recipient permission | |
8 for further redistribution as permitted by this notice. | |
9 | |
10 Permission is granted to distribute modified versions | |
11 of this document, or of portions of it, | |
12 under the above conditions, provided also that they | |
13 carry prominent notices stating who last changed them, | |
14 and that any new or changed statements about the activities | |
15 of the Free Software Foundation are approved by the Foundation. | |
16 | 5 |
17 BASIC INSTALLATION | 6 BASIC INSTALLATION |
18 | 7 |
19 The simplest way to build Emacs is to use the `configure' shell script | 8 The simplest way to build Emacs is to use the `configure' shell script |
20 which attempts to guess correct values for various system-dependent | 9 which attempts to guess correct values for various system-dependent |
872 Version 2.0 of djgpp has two bugs that affect Emacs. We've included | 861 Version 2.0 of djgpp has two bugs that affect Emacs. We've included |
873 corrected versions of two files from djgpp in the msdos subdirectory: | 862 corrected versions of two files from djgpp in the msdos subdirectory: |
874 is_exec.c and sigaction.c. To work around the bugs, compile these | 863 is_exec.c and sigaction.c. To work around the bugs, compile these |
875 files and link them into temacs. Djgpp versions 2.01 and later have | 864 files and link them into temacs. Djgpp versions 2.01 and later have |
876 these bugs fixed, so upgrade if you can before building Emacs. | 865 these bugs fixed, so upgrade if you can before building Emacs. |
866 | |
867 Permission is granted to anyone to make or distribute verbatim copies | |
868 of this document as received, in any medium, provided that the | |
869 copyright notice and permission notice are preserved, | |
870 and that the distributor grants the recipient permission | |
871 for further redistribution as permitted by this notice. | |
872 | |
873 Permission is granted to distribute modified versions | |
874 of this document, or of portions of it, | |
875 under the above conditions, provided also that they | |
876 carry prominent notices stating who last changed them, | |
877 and that any new or changed statements about the activities | |
878 of the Free Software Foundation are approved by the Foundation. |