#!/bin/sh # This file is part of the YAZ toolkit. # Copyright (C) Index Data # See the file LICENSE for details. prefix="@prefix@" exec_prefix="@exec_prefix@" libdir="@libdir@" includedir="@includedir@" echo_cflags=no echo_libs=no echo_help=no echo_include=no echo_source=yes echo_lalibs=no echo_comp=no src_root="@abs_top_srcdir@" build_root="@abs_top_builddir@" ICU_LIBS="@ICU_LIBS@" ICU_CPPFLAGS="@ICU_CPPFLAGS@" SSL_LIBS="@SSL_LIBS@" GCRYPT_LIBS="@GCRYPT_LIBS@" NETTLE_LIBS="@NETTLE_LIBS@" MEMCACHED_LIBS="@MEMCACHED_LIBS@" HIREDIS_LIBS="@HIREDIS_LIBS@" LIBS="@LIBS@" VERSION=@VERSION@ YAZVERSION=$VERSION VERSION_SHA1=@VERSION_SHA1@ usage() { cat <&2 fi if test "$echo_include" = "yes"; then echo $YAZBINC fi if test "$echo_cflags" = "yes"; then echo $YAZINC fi if test "$echo_libs" = "yes"; then echo $YAZLIB fi if test "$echo_lalibs" = "yes"; then echo $YAZLALIB fi if test "$echo_comp" = "yes"; then echo $YAZCOMP fi # Local Variables: # mode:shell-script # sh-indentation: 2 # sh-basic-offset: 4 # End: