diff options
Diffstat (limited to 'msdos')
-rw-r--r-- | msdos/ChangeLog | 4 | ||||
-rw-r--r-- | msdos/INSTALL | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/msdos/ChangeLog b/msdos/ChangeLog index 709e68fc849..9a84c907cf5 100644 --- a/msdos/ChangeLog +++ b/msdos/ChangeLog @@ -1,3 +1,7 @@ +2014-08-09 Eli Zaretskii <eliz@gnu.org> + + * INSTALL: Fix last change. + 2014-08-09 Reuben Thomas <rrt@sc3d.org> * sed2v2.inp: Remove support for DJGPP 2.01. 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). To build and install the DJGPP port, you need to have the DJGPP ports of GCC (the GNU C compiler), GNU Make, rm, mv, cp, and sed, and -version 2.03 or later of DJGPP itself. See the remarks in CONFIG.BAT +version 2.02 or later of DJGPP itself. See the remarks in CONFIG.BAT for more information about locations and versions. The Emacs FAQ (see info/efaq.info) includes pointers to Internet sites where you can find the necessary utilities; search for "MS-DOS". The configuration step |