aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2010-12-18 21:24:50 +0200
committerArnold D. Robbins <arnold@skeeve.com>2010-12-18 21:24:50 +0200
commit2e682fb9757c571097608a5927e4ceaaae0b412f (patch)
treed69dedb6d30e94b7dbba8a5b58ed2ffcace82680
parentbd52c816f95a6aec471f194b94c2e195cf7f9988 (diff)
downloadegawk-2e682fb9757c571097608a5927e4ceaaae0b412f.tar.gz
egawk-2e682fb9757c571097608a5927e4ceaaae0b412f.tar.bz2
egawk-2e682fb9757c571097608a5927e4ceaaae0b412f.zip
Minor edit in README.pc.
-rw-r--r--README_d/README.pc4
1 files changed, 2 insertions, 2 deletions
diff --git a/README_d/README.pc b/README_d/README.pc
index 661f9bd4..d4645632 100644
--- a/README_d/README.pc
+++ b/README_d/README.pc
@@ -10,8 +10,8 @@ DOS, and Windows32 with rsxnt), and Jan-Jaap van der Heijden and Mumit Khan
to compile and run gawk under Windows. For Cygwin, building and
installation is the same as under Unix:
- tar -xvpzf gawk-3.1.x.tar.gz
- cd gawk-3.1.x
+ tar -xvpzf gawk-4.0.x.tar.gz
+ cd gawk-4.0.x
./configure && make
The `configure' step takes a long time, but works otherwise.