diff options
author | Eli Zaretskii <eliz@gnu.org> | 2004-07-31 09:23:36 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2004-07-31 09:23:36 +0000 |
commit | d9a68b6a5193dacd2e44ab7e4fe350420adc921a (patch) | |
tree | c7b48dd33ab72913261037d9990cb0bf31f38278 /config.bat | |
parent | 53a7160c9282d9577ec3f6a6168b0b7c824c5e45 (diff) | |
download | emacs-d9a68b6a5193dacd2e44ab7e4fe350420adc921a.tar.gz |
Update URLs in the comments.
Diffstat (limited to 'config.bat')
-rw-r--r-- | config.bat | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/config.bat b/config.bat index 732c4021aaf..c3e36975dec 100644 --- a/config.bat +++ b/config.bat @@ -24,17 +24,15 @@ rem ---------------------------------------------------------------------- rem YOU'LL NEED THE FOLLOWING UTILITIES TO MAKE EMACS:
rem
rem + msdos version 3 or better.
-rem + djgpp version 1.12maint1 or later (version 2.0 or later recommended).
+rem + DJGPP version 1.12maint1 or later (version 2.03 or later recommended).
rem + make utility that allows breaking of the 128 chars limit on
rem command lines. ndmake (as of version 4.5) won't work due to a
-rem line length limit. The make that comes with djgpp does work.
+rem line length limit. The make that comes with DJGPP does work.
rem + rm and mv (from GNU file utilities).
rem + sed (you can use the port that comes with DJGPP).
rem
-rem You should be able to get all the above utilities from any SimTel
-rem repository, e.g. ftp.simtel.net, in the directory
-rem "pub/simtelnet/gnu/djgpp/v2gnu". As usual, please use your local
-rem mirroring site to reduce trans-Atlantic traffic.
+rem You should be able to get all the above utilities from the DJGPP FTP
+rem site, ftp.delorie.com, in the directory "pub/djgpp/current/v2gnu".
rem ----------------------------------------------------------------------
set X11=
set nodebug=
|