]> git.meshlink.io Git - catta/blobdiff - README
Fix compilation error caused by ACX_THREAD
[catta] / README
diff --git a/README b/README
index 1233fd772cd299704830e8a1073d20cc9dab02d5..24d9cabca12840312c612c5fc076911d30c5e7fc 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
 
@@ -23,6 +22,3 @@ CONFIGURE SWITCHES:
 
 --enable-tests
 build some test programs, including those for 'make check'.
-
---enable-core-docs
-include files from 'avahi-core' when building the doxygen docs.