]> git.meshlink.io Git - catta/blobdiff - README
Fix compilation error caused by ACX_THREAD
[catta] / README
diff --git a/README b/README
index 3efe4fb8aa89744e70dd24ff29fc96dacb21b391..24d9cabca12840312c612c5fc076911d30c5e7fc 100644 (file)
--- a/README
+++ b/README
@@ -4,7 +4,7 @@ containing only the common and core components
 
 TO BUILD FROM GIT:
 
-./bootstrap
+autoreconf          # first time
 ./configure
 make
 
@@ -21,7 +21,4 @@ requires: doxygen
 CONFIGURE SWITCHES:
 
 --enable-tests
-build some stuff for 'make check'.
-
---enable-core-docs
-include files from 'avahi-core' when building the doxygen docs.
+build some test programs, including those for 'make check'.