aboutsummaryrefslogtreecommitdiffstats
path: root/README.cvs
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2010-11-18 23:36:03 +0200
committerArnold D. Robbins <arnold@skeeve.com>2010-11-18 23:36:03 +0200
commit6edb8f2c771b73d2cadf8e8c42b1d85c805b46f5 (patch)
tree1308a4c6a9bb825a2799794d7102b86364caef3f /README.cvs
parent6f3612539c425da2bc1d34db621696e6a273b01c (diff)
downloadegawk-6edb8f2c771b73d2cadf8e8c42b1d85c805b46f5.tar.gz
egawk-6edb8f2c771b73d2cadf8e8c42b1d85c805b46f5.tar.bz2
egawk-6edb8f2c771b73d2cadf8e8c42b1d85c805b46f5.zip
Remove unsupported / obsolete files. Add files for bootstrapping.
Diffstat (limited to 'README.cvs')
-rw-r--r--README.cvs19
1 files changed, 19 insertions, 0 deletions
diff --git a/README.cvs b/README.cvs
new file mode 100644
index 00000000..341bf54c
--- /dev/null
+++ b/README.cvs
@@ -0,0 +1,19 @@
+Thu Nov 18 23:26:17 IST 2010
+============================
+
+If you are reading this, you are looking in the wrong file. Gawk is
+no longer maintained in CVS. It is maintained in git from savannah.gnu.org.
+
+Please execute ./bootstrap.sh before invoking the usual incantaton of
+`./configure && make && make check'. This version of bootstrap.sh
+should work OK.
+
+Bug reports should be sent to bug-gawk@gnu.org. Note that posting in
+comp.lang.awk is generally a bad idea, no matter what the purpose, but
+especially if you wish to report a gawk bug. Use the above email address.
+Really.
+
+Thanks,
+
+Arnold Robbins
+Gawk Maintainer