X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=yaz-config.in;h=a3a5776b3920bb14ec1ca02c158f49b643d894dd;hp=2c5f686549541f5e3604ee728e5193d8bc93ca6c;hb=f3fed9cc883fdb00d409b84c3f3784368775d2d7;hpb=22f4e21c81ec94ad74eb7a329482cbe4a836cec9 diff --git a/yaz-config.in b/yaz-config.in index 2c5f686..a3a5776 100644 --- a/yaz-config.in +++ b/yaz-config.in @@ -1,10 +1,9 @@ #!/bin/sh -# $Id: yaz-config.in,v 1.12 2002-03-18 12:22:00 adam Exp $ +# $Id: yaz-config.in,v 1.18 2003-10-27 12:21:21 adam Exp $ yazprefix=@prefix@ yaz_echo_cflags=no yaz_echo_libs=no yaz_echo_help=no -yaz_echo_tabs=no yaz_echo_source=yes yaz_echo_lalibs=no yaz_echo_comp=no @@ -24,7 +23,6 @@ Options: [--libs] [--lalibs] [--cflags] - [--tabs] [--comp] Libraries: threads @@ -62,9 +60,6 @@ while test $# -gt 0; do --libs) yaz_echo_libs=yes ;; - --tabs) - yaz_echo_tabs=yes - ;; --lalibs) yaz_echo_lalibs=yes ;; @@ -104,23 +99,21 @@ if test "$lib_ssl" = "yes" -a -n "@SSL_LIBS@"; then fi if test "$yaz_echo_source" = "yes"; then - YAZTAB=${yaz_src_root}/tab YAZBIN=${yaz_build_root}/bin - YAZLIB="-L${yaz_build_root}/lib/.libs $lyaz $yazextralibs" - YAZLALIB="${yaz_build_root}/lib/libyaz.la $yazextralibs" + YAZLIB="-L${yaz_build_root}/src/.libs $lyaz $yazextralibs" + YAZLALIB="${yaz_build_root}/src/libyaz.la $yazextralibs" if test "$lib_ssl" = "yes" -a -n "$SSL_LIBS@"; then - YAZLALIB="${yaz_build_root}/lib/libyazssl.la" + YAZLALIB="${yaz_build_root}/src/libyazssl.la" fi if test "$lib_thread" = "yes" -a -n "@CFLAGSTHREADS@"; then - YAZLALIB="${yaz_build_root}/lib/libyazthread.la $YAZLALIB" + YAZLALIB="${yaz_build_root}/src/libyazthread.la $YAZLALIB" fi if test "$lib_malloc" = "yes"; then - YAZLALIB="${yaz_build_root}/lib/libyazmalloc.la $YAZLALIB" + YAZLALIB="${yaz_build_root}/src/libyazmalloc.la $YAZLALIB" fi YAZINC="-I${yaz_src_root}/include" YAZCOMP=${yaz_src_root}/util/yaz-comp else - YAZTAB=${yazprefix}/share/yaz/tab YAZBIN=${yazprefix}/bin YAZCOMP=${yazprefix}/bin/yaz-comp @@ -137,6 +130,8 @@ else fi fi +YAZINC="$YAZINC @YAZ_CONF_CFLAGS@" + if test "$lib_thread" = "yes"; then YAZINC="$YAZINC @CFLAGSTHREADS@" fi @@ -154,9 +149,6 @@ fi if test "$yaz_echo_libs" = "yes"; then echo $YAZLIB fi -if test "$yaz_echo_tabs" = "yes"; then - echo $YAZTAB -fi if test "$yaz_echo_lalibs" = "yes"; then echo $YAZLALIB fi