comparison config.bat @ 56567:9e48278ca4fb

Update URLs in the comments.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 31 Jul 2004 09:23:20 +0000
parents 1ee1cc05559b
children f5d8b003702f 0bdb5a16ae51
comparison
equal deleted inserted replaced
56566:1cb6d5448430 56567:9e48278ca4fb
22 rem Boston, MA 02111-1307, USA. 22 rem Boston, MA 02111-1307, USA.
23 rem ---------------------------------------------------------------------- 23 rem ----------------------------------------------------------------------
24 rem YOU'LL NEED THE FOLLOWING UTILITIES TO MAKE EMACS: 24 rem YOU'LL NEED THE FOLLOWING UTILITIES TO MAKE EMACS:
25 rem 25 rem
26 rem + msdos version 3 or better. 26 rem + msdos version 3 or better.
27 rem + djgpp version 1.12maint1 or later (version 2.0 or later recommended). 27 rem + DJGPP version 1.12maint1 or later (version 2.03 or later recommended).
28 rem + make utility that allows breaking of the 128 chars limit on 28 rem + make utility that allows breaking of the 128 chars limit on
29 rem command lines. ndmake (as of version 4.5) won't work due to a 29 rem command lines. ndmake (as of version 4.5) won't work due to a
30 rem line length limit. The make that comes with djgpp does work. 30 rem line length limit. The make that comes with DJGPP does work.
31 rem + rm and mv (from GNU file utilities). 31 rem + rm and mv (from GNU file utilities).
32 rem + sed (you can use the port that comes with DJGPP). 32 rem + sed (you can use the port that comes with DJGPP).
33 rem 33 rem
34 rem You should be able to get all the above utilities from any SimTel 34 rem You should be able to get all the above utilities from the DJGPP FTP
35 rem repository, e.g. ftp.simtel.net, in the directory 35 rem site, ftp.delorie.com, in the directory "pub/djgpp/current/v2gnu".
36 rem "pub/simtelnet/gnu/djgpp/v2gnu". As usual, please use your local
37 rem mirroring site to reduce trans-Atlantic traffic.
38 rem ---------------------------------------------------------------------- 36 rem ----------------------------------------------------------------------
39 set X11= 37 set X11=
40 set nodebug= 38 set nodebug=
41 set djgpp_ver= 39 set djgpp_ver=
42 if "%1" == "" goto usage 40 if "%1" == "" goto usage