Dmitry Eremin-Solenikov(lumag) replied on github web page:

example/m4/configure.m4
line 6
@@ -7,6 +7,22 @@ AC_ARG_ENABLE([test-example],
     [test_example=yes])
 AM_CONDITIONAL([test_example], [test x$test_example = xyes ])
 
+code_instrumentation=no
+AC_ARG_ENABLE([code-instrum],
+    [  --enable-code-instrum   enable code instrumentation support],


Comment:
`AS_HELP_STRING` here

> Dmitry Eremin-Solenikov(lumag) wrote:
> Again, use `$(PAPI_LIBS)` here


>> Dmitry Eremin-Solenikov(lumag) wrote:
>> Please restructure include flags:
>>  - Use `$(ODP_INCLUDES)` to get all ODP includes
>>  - Use `$(PAPI_CFLAGS)` here.


https://github.com/Linaro/odp/pull/443#discussion_r165803535
updated_at 2018-02-03 03:36:49

Reply via email to