laruence

Untitled

Dec 9th, 2011
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. 1. couchbase server, the CURL_CONFIG and ICU_CONFIG did exposed in the configure help list.
  2. diff --git a/configure.ac b/configure.ac
  3. index 797c188..acb380a 100644
  4. --- a/configure.ac
  5. +++ b/configure.ac
  6. @@ -452,8 +452,11 @@ fi
  7.  
  8. AC_ARG_VAR([ERL], [path to the `erl' executable])
  9. AC_ARG_VAR([ERLC], [path to the `erlc' executable])
  10. +AC_ARG_VAR([ICU_CONFIG], [path to the `icu-config' executable])
  11. +AC_ARG_VAR([CURL_CONFIG], [path to the `curl-config' executable])
  12. AC_ARG_VAR([HELP2MAN_EXECUTABLE], [path to the `help2man' program])
  13.  
  14. +
  15. if test -n "$HELP2MAN_EXECUTABLE"; then
  16. help2man_enabled=true
  17. else
  18.  
  19. 2. couchbase server, if user specifies curl or icu with a non-standard location, the location shall be passed to compiler as rpath..
  20.  
  21.  
  22. 3. libcouchbase, make install didn't install the memcached header files into prefix.
Advertisement
Add Comment
Please, Sign In to add comment