#!/bin/sh 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