X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=yaz-config.in;h=5eba75645a3cc77dbed3c1d0a3bc7a1922a05764;hp=b047e6da1dd560dfd09d3bc6b412b9a6b494b7d7;hb=59bb4eccfdc42a25d5bb1d3c35d6deaebf1fb805;hpb=180d8e06b6f1e7fe34b1a80ca1edde0dddf113f1 diff --git a/yaz-config.in b/yaz-config.in index b047e6d..5eba756 100644 --- a/yaz-config.in +++ b/yaz-config.in @@ -1,20 +1,23 @@ #!/bin/sh -# $Id: yaz-config.in,v 1.2 2000-10-11 10:40:56 adam Exp $ +# $Id: yaz-config.in,v 1.30 2007-04-18 18:46:37 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@" -yazlibs="@LIBS@" +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 fi +# Local Variables: +# mode:shell-script +# sh-indentation: 2 +# sh-basic-offset: 4 +# End: