#!/bin/sh # $Id: yaz-config.in,v 1.5 2000-08-04 10:40:45 adam Exp $ yazprefix=@prefix@ echo_cflags=no echo_libs=no echo_help=no echo_tabs=no yazlibs="@LIBS@" YAZVERSION=@VERSION@ usage() { cat <&2 fi if test "$echo_cflags" = "yes"; then echo $YAZINC fi if test "$echo_libs" = "yes"; then echo $YAZLIB fi if test "$echo_tabs" = "yes"; then echo $YAZTAB fi