]> git.meshlink.io Git - catta/blobdiff - README
get rid of autogen.sh and bootstrap.sh
[catta] / README
diff --git a/README b/README
index 1233fd772cd299704830e8a1073d20cc9dab02d5..eba8f3cf57f82ad951ad79fccff1f0c0144c0ed7 100644 (file)
--- a/README
+++ b/README
@@ -4,10 +4,9 @@ containing only the common and core components
 
 TO BUILD FROM GIT:
 
-./bootstrap         # first time
-./configure ...     # if other flags desired
+autoreconf          # first time
+./configure
 make
-make check          # to run some tests
 
 requires: libtool, pkgconfig, autoconf, automake