Document configure 'syntax error' issue in README
authorIvan Maidanski <ivmai@mail.ru>
Wed, 16 Nov 2016 09:05:43 +0000 (12:05 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Wed, 16 Nov 2016 09:05:43 +0000 (12:05 +0300)
* README.md (Installation and Portability): Add information how to
avoid "syntax error near unexpected token ATOMIC_OPS" configure failure
(caused by lack of pkg.m4).

README.md

index 06be9d2..64198e9 100644 (file)
--- a/README.md
+++ b/README.md
@@ -188,6 +188,10 @@ libatomic_ops source repository as well) could look like:
     make
     make check
 
+If you are getting "syntax error near unexpected token ATOMIC_OPS" during
+configure execution, this means pkg.m4 cannot be found, most probably
+you should run `pkg-config` once before autoreconf.
+
 Below we focus on the collector build using classic makefile.
 For the Makefile.direct-based process, typing `make test` instead of `make`
 will automatically build the collector and then run `setjmp_test` and `gctest`.