X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=yaz-config.in;h=cec991180506b3ed17f3c8a95b476ceeaccf079b;hp=2c5f686549541f5e3604ee728e5193d8bc93ca6c;hb=46692c65fdb078ebbefb8a45e159fe65f528d8d8;hpb=22f4e21c81ec94ad74eb7a329482cbe4a836cec9 diff --git a/yaz-config.in b/yaz-config.in index 2c5f686..cec9911 100644 --- a/yaz-config.in +++ b/yaz-config.in @@ -1,22 +1,25 @@ #!/bin/sh -# $Id: yaz-config.in,v 1.12 2002-03-18 12:22:00 adam Exp $ +# $Id: yaz-config.in,v 1.34 2008-01-16 12:18:51 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 yaz_src_root=@YAZ_SRC_ROOT@ yaz_build_root=@YAZ_BUILD_ROOT@ +PTHREAD_LIBS="@PTHREAD_LIBS@" +PTHREAD_CFLAGS="@PTHREAD_CFLAGS@" +ICU_LIBS="@ICU_LIBS@" +ICU_CPPFLAGS="@ICU_CPPFLAGS@" yazextralibs="@LIBS@" YAZVERSION=@VERSION@ usage() { - cat <&2 + usage 1 1>&2 fi if test "$yaz_echo_cflags" = "yes"; then - echo $YAZINC + echo $YAZINC fi if test "$yaz_echo_libs" = "yes"; then - echo $YAZLIB -fi -if test "$yaz_echo_tabs" = "yes"; then - echo $YAZTAB + echo $YAZLIB fi if test "$yaz_echo_lalibs" = "yes"; then - echo $YAZLALIB + echo $YAZLALIB fi if test "$yaz_echo_comp" = "yes"; then - echo $YAZCOMP + echo $YAZCOMP fi +# Local Variables: +# mode:shell-script +# sh-indentation: 2 +# sh-basic-offset: 4 +# End: