X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=yaz-config.in;h=979985dd546c1a09baf7eec268f5162938d023b0;hp=28274c65d48f9577ed385db97cd66bf7a6090f4a;hb=0793e4fbd909aa2b9030c7e0a69fee064c86d36a;hpb=473824797f568578dc17d7242551cb2f7ccef46c diff --git a/yaz-config.in b/yaz-config.in index 28274c6..979985d 100644 --- a/yaz-config.in +++ b/yaz-config.in @@ -3,10 +3,10 @@ # Copyright (C) Index Data # See the file LICENSE for details. -prefix=@prefix@ -exec_prefix=@exec_prefix@ -libdir=@libdir@ -includedir=@includedir@ +prefix="@prefix@" +exec_prefix="@exec_prefix@" +libdir="@libdir@" +includedir="@includedir@" echo_cflags=no echo_libs=no echo_help=no @@ -14,11 +14,14 @@ echo_include=no echo_source=yes echo_lalibs=no echo_comp=no -src_root=@abs_top_srcdir@ -build_root=@abs_top_builddir@ +src_root="@abs_top_srcdir@" +build_root="@abs_top_builddir@" ICU_LIBS="@ICU_LIBS@" ICU_CPPFLAGS="@ICU_CPPFLAGS@" SSL_LIBS="@SSL_LIBS@" +GCRYPT_LIBS="@GCRYPT_LIBS@" +MEMCACHED_LIBS="@MEMCACHED_LIBS@" +HIREDIS_LIBS="@HIREDIS_LIBS@" LIBS="@LIBS@" VERSION=@VERSION@ YAZVERSION=$VERSION @@ -130,7 +133,7 @@ if test "$echo_source" = "yes"; then else YAZLIB="-L${build_root}/src/.libs $YAZLIB" fi - LIBS="${SSL_LIBS} $LIBS" + LIBS="${SSL_LIBS} ${GCRYPT_LIBS} ${MEMCACHED_LIBS} ${HIREDIS_LIBS} $LIBS" YAZLIB="$YAZLIB $LIBS" YAZLALIB="${build_root}/src/libyaz.la" @@ -144,9 +147,9 @@ if test "$echo_source" = "yes"; then YAZBINC="-I${src_root}/include" YAZINC="$YAZBINC $YAZINC" - YAZCOMP=${src_root}/util/yaz-asncomp + YAZCOMP="${src_root}/util/yaz-asncomp" else - YAZBIN=${prefix}/bin + YAZBIN="${prefix}/bin" YAZCOMP=${prefix}/bin/yaz-asncomp if test "$prefix" != "/usr"; then