summaryrefslogtreecommitdiff
path: root/djgpp
diff options
context:
space:
mode:
authorAlain Magloire <alainm@rcsm.ee.mcgill.ca>1999-11-13 02:43:08 +0000
committerAlain Magloire <alainm@rcsm.ee.mcgill.ca>1999-11-13 02:43:08 +0000
commit9f61eb35b5d5b783e62377a5280bb65e1eb1cf2d (patch)
tree789db9c6d556fa7002585ccf40ff498ecad490a7 /djgpp
parentc60a8802fea6bf7d91f546b5ac5a0b30629a84af (diff)
downloadgrep-9f61eb35b5d5b783e62377a5280bb65e1eb1cf2d.tar.gz
..
Diffstat (limited to 'djgpp')
-rw-r--r--djgpp/README6
1 files changed, 3 insertions, 3 deletions
diff --git a/djgpp/README b/djgpp/README
index 64b15c4f..174470d4 100644
--- a/djgpp/README
+++ b/djgpp/README
@@ -15,7 +15,7 @@ these tools are available are in parentheses):
- GNU Fileutils (v2gnu/filNNNb.zip), Textutils
(v2gnu/txtNNNb.zip) and Diffutils (v2gnu/difNNNb.zip).
- - A (previous version of) Grep (v2gnu/grepNNb.zip).
+ - A (previous version of) GNU Grep (v2gnu/grepNNb.zip).
Running the tests ("make check" in the top-level directory)
additionally requires Gawk (v2gnu/gwkNNNb.zip). TAGS and ID targets
@@ -31,7 +31,7 @@ To build Grep, run the djgpp\config.bat batch file, then run Make:
Source distributions on DJGPP sites usually come pre-configured, so
all you need to do in order to build the programs is to say "make".
-However, source distributions on GNU ftp sites, like gnudist.gnu.org,
+However, source distributions on GNU ftp sites, like ftp.gnu.org,
need to be configured by running djgpp\config.bat. You will also need
to run it if you need to configure Grep differently than for the
default configuration, for example if you want to install the programs
@@ -42,7 +42,7 @@ You can configure and build Grep from a directory other than where you
unpack its sources, by giving it the directory with the sources as an
argument. For example:
- d:\gnu\grep-2.3.1\djgpp\config d:/gnu/grep-2.3.1
+ d:\gnu\grep-2.4\djgpp\config d:/gnu/grep-2.4
Note that the argument *must* use Unix-style forward slashes, or else
config.bat might fail.