X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=yaz-config.in;h=89a2fcbe200def05ed88ac43ab211a4551f9f703;hp=d4282a8eecba6d9bdd21203db20535632eb53c28;hb=3e6398d15008d68aa36b0b985a18f142fcfa9a8f;hpb=8e4eabe621f8b8195faa6625a38a2e1ae7b68aa1 diff --git a/yaz-config.in b/yaz-config.in index d4282a8..89a2fcb 100644 --- a/yaz-config.in +++ b/yaz-config.in @@ -1,20 +1,26 @@ #!/bin/sh -# $Id: yaz-config.in,v 1.4 2000-11-23 10:58:32 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 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@ - -yazextralibs="@LIBS@" +yaz_build_root=@YAZ_BUILD_ROOT@ +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 -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: