]> git.decadent.org.uk Git - nfs-utils.git/blobdiff - README
umount should succeed even if we cannot contact the server.
[nfs-utils.git] / README
diff --git a/README b/README
index f5a2aeea7964946b48eff75ebe7dfd6411888f7d..7f18118e98fd40a3e49c1efe7e085e7902aa7c07 100644 (file)
--- 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!