summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorNeil Brown <neilb@suse.de>2007-02-05 14:12:01 +1100
committerNeil Brown <neilb@suse.de>2007-02-05 14:12:01 +1100
commit36959539fad2a5f125151a2e8bedb284d53b8c74 (patch)
treec2b0e533ec8f764da005daaf8b778cf92785c999 /README
parent9bc6a6ed9b95b0e884920e66d0c969cc552c7311 (diff)
downloadnfs-utils-36959539fad2a5f125151a2e8bedb284d53b8c74.tar.gz
nfs-utils-36959539fad2a5f125151a2e8bedb284d53b8c74.tar.xz
nfs-utils-36959539fad2a5f125151a2e8bedb284d53b8c74.zip
Further README updates.
Diffstat (limited to 'README')
-rw-r--r--README12
1 files changed, 4 insertions, 8 deletions
diff --git a/README b/README
index f5a2aee..7f18118 100644
--- a/README
+++ b/README
@@ -38,16 +38,12 @@ Updating to the latest head after you've already got it.
git pull
-Building requires that autotools be installed:
+Building requires that autotools be installed. To invoke them
+simply
- aclocal -I aclocal
- autoheader
- automake
- autoconf
+ sh autogen.sh
-You may also need to copy ltmain.sh to the current directory if the
-above doesn't do that. Usually there's a copy in
-/usr/share/libtool/ltmain.sh. Finally, build as usual as above.
+Finally, build as usual as above.
Share And Enjoy!