summaryrefslogtreecommitdiff
path: root/README-alpha
diff options
context:
space:
mode:
authorTony Abou-Assaleh <taa@acm.org>2008-02-10 03:16:10 +0000
committerTony Abou-Assaleh <taa@acm.org>2008-02-10 03:16:10 +0000
commit4b8f5296b00b1f19d33226366d243b43b25ecd9b (patch)
treec5217bd78c08aaaffbec0dbac5e7f2dd30725d88 /README-alpha
parent44279e7b7c1169b35a74a90b6b84d0959dd46b8a (diff)
downloadgrep-4b8f5296b00b1f19d33226366d243b43b25ecd9b.tar.gz
* README-alpha: more info about CVS code
* README: pointer to README-alpha * README-alpha: more info about CVS code * README: pointer to README-alpha
Diffstat (limited to 'README-alpha')
-rw-r--r--README-alpha12
1 files changed, 10 insertions, 2 deletions
diff --git a/README-alpha b/README-alpha
index 027652eb..1d77fd47 100644
--- a/README-alpha
+++ b/README-alpha
@@ -2,6 +2,14 @@ Newer, ALPHA (i.e., unstable) versions of this code are available in CVS
on Savannah. See <http://savannah.gnu.org/cvs/?group=grep> for details.
The main project page is at <http://savannah.gnu.org/projects/grep/>.
+The source code in the CVS uses autotools to generate some files. Before
+following the instructions in the INSTALL file for compiling grep, you
+need to run the autogen.sh script. If you don't have the autotools
+installed on your system, you can download a CVS release file (generated
+with `make dist') from <http://www.dal-acm.ca/~taa/grep/>.
+
+Official test releases are available at <http://alpha.gnu.org/gnu/grep/>.
+
Please submit bug reports to <bug-grep@gnu.org>.
If you are interested in the development of GNU grep, you may want to
@@ -17,5 +25,5 @@ email message to <grep-commit-request@gnu.org> with "subscribe" (without
the quotation marks) in the subject header field (or in the body) of
the email, or visit <http://lists.gnu.org/mailman/listinfo/grep-commit>.
-A web page containing information for GNU grep developers is also
-available at <http://www.gnu.org/software/grep/devel.html>.
+A web page containing information for GNU grep developers is at
+<http://www.gnu.org/software/grep/devel.html>.