summaryrefslogtreecommitdiff
path: root/README.cvs
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2006-03-17 18:55:26 +0000
committerPaul Smith <psmith@gnu.org>2006-03-17 18:55:26 +0000
commit29e539bad01c06a7e9655b5c33a88f05455124ad (patch)
tree9b069c4898464de8802fbd3cb185aef17d896a8b /README.cvs
parent22886f8a74b5925030889fed52af5a8add5617d7 (diff)
downloadgunmake-29e539bad01c06a7e9655b5c33a88f05455124ad.tar.gz
Minor tweaks for 3.81rc2.
Diffstat (limited to 'README.cvs')
-rw-r--r--README.cvs10
1 files changed, 6 insertions, 4 deletions
diff --git a/README.cvs b/README.cvs
index 7ce2cec..97e9259 100644
--- a/README.cvs
+++ b/README.cvs
@@ -49,7 +49,7 @@ After checking out the code, you will need to perform these steps to get
to the point where you can run "make".
- 1) $ autoreconf -i -s
+ 1) $ autoreconf -i
This rebuilds all the things that need rebuilding, installing
missing files as symbolic links.
@@ -133,10 +133,12 @@ prerequisites are available of course).
This list is eminently suitable for a quick swipe o' the mouse and a
swift click o' mouse-2 into an xterm. Go for it!
-
-autoreconf -i -s
+autoreconf -i
./configure
make update
make
make check
-make distcheck
+
+Or, all-in-one:
+
+autoreconf -i && ./configure && make update && make && make check