diff options
| author | Eli Zaretskii | 2014-08-09 21:48:45 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2014-08-09 21:48:45 +0300 |
| commit | 1e0b702b8f1efd441a0d7fac764bf07e3d17df2e (patch) | |
| tree | e25cfa55b3e6745363d58a9fbfb6170639309f7c /msdos/INSTALL | |
| parent | 7f3bb475bb1f72848463f25a9171fb914910f03b (diff) | |
| download | emacs-1e0b702b8f1efd441a0d7fac764bf07e3d17df2e.tar.gz emacs-1e0b702b8f1efd441a0d7fac764bf07e3d17df2e.zip | |
Minor fixes in the last commit wrt MS-DOS build.
config.bat: Fix EOL format in lines modified by last commit.
msdos/INSTALL: Fix last change.
Diffstat (limited to 'msdos/INSTALL')
| -rw-r--r-- | msdos/INSTALL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/msdos/INSTALL b/msdos/INSTALL index 1521a5078a4..cba9f651b72 100644 --- a/msdos/INSTALL +++ b/msdos/INSTALL | |||
| @@ -12,7 +12,7 @@ supported (e.g., with a specialized driver such as doslfn). | |||
| 12 | 12 | ||
| 13 | To build and install the DJGPP port, you need to have the DJGPP ports | 13 | To build and install the DJGPP port, you need to have the DJGPP ports |
| 14 | of GCC (the GNU C compiler), GNU Make, rm, mv, cp, and sed, and | 14 | of GCC (the GNU C compiler), GNU Make, rm, mv, cp, and sed, and |
| 15 | version 2.03 or later of DJGPP itself. See the remarks in CONFIG.BAT | 15 | version 2.02 or later of DJGPP itself. See the remarks in CONFIG.BAT |
| 16 | for more information about locations and versions. The Emacs FAQ (see | 16 | for more information about locations and versions. The Emacs FAQ (see |
| 17 | info/efaq.info) includes pointers to Internet sites where you can find | 17 | info/efaq.info) includes pointers to Internet sites where you can find |
| 18 | the necessary utilities; search for "MS-DOS". The configuration step | 18 | the necessary utilities; search for "MS-DOS". The configuration step |