X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=yaz-config.in;h=93e168f5a53d4a7bcb68770a13ab40c8e40eacc7;hp=e8fb979a54da0154f9e27fefd28c58dd4d18e46c;hb=4a140e0b8cdecd8e80eec749153e8c4defe56436;hpb=e72e394106dd25d6a8a8c7c2fa677f40ef5e7eb6 diff --git a/yaz-config.in b/yaz-config.in index e8fb979..93e168f 100644 --- a/yaz-config.in +++ b/yaz-config.in @@ -1,5 +1,7 @@ #!/bin/sh -# $Id: yaz-config.in,v 1.20 2004-04-28 22:44:58 adam Exp $ +# This file is part of the YAZ toolkit. +# Copyright (C) 1995-2008 Index Data + yazprefix=@prefix@ yaz_echo_cflags=no yaz_echo_libs=no @@ -9,13 +11,16 @@ yaz_echo_lalibs=no yaz_echo_comp=no yaz_src_root=@YAZ_SRC_ROOT@ yaz_build_root=@YAZ_BUILD_ROOT@ - -yazextralibs="@SSL_LIBS@ @LIBS@" +ICU_LIBS="@ICU_LIBS@" +ICU_CPPFLAGS="@ICU_CPPFLAGS@" +SSL_LIBS="@SSL_LIBS@" +LIBS="@LIBS@" YAZVERSION=@VERSION@ +VERSION_SHA1=@VERSION_SHA1@ 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 + 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: