X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=yaz-config.in;fp=yaz-config.in;h=fe26a601c16c2220445e4293c926a311a32cbcb2;hp=28274c65d48f9577ed385db97cd66bf7a6090f4a;hb=dd883e77d19525d50c04ee97c0eb85b648a08e57;hpb=3789ac34f90b64e5c9937394a93ae7dadf678055 diff --git a/yaz-config.in b/yaz-config.in index 28274c6..fe26a60 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,8 +14,8 @@ 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@" @@ -144,9 +144,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