diff options
author | Paul Smith <psmith@gnu.org> | 2006-03-17 18:55:26 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2006-03-17 18:55:26 +0000 |
commit | 29e539bad01c06a7e9655b5c33a88f05455124ad (patch) | |
tree | 9b069c4898464de8802fbd3cb185aef17d896a8b /README.cvs | |
parent | 22886f8a74b5925030889fed52af5a8add5617d7 (diff) | |
download | gunmake-29e539bad01c06a7e9655b5c33a88f05455124ad.tar.gz |
Minor tweaks for 3.81rc2.
Diffstat (limited to 'README.cvs')
-rw-r--r-- | README.cvs | 10 |
1 files changed, 6 insertions, 4 deletions
@@ -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 |