#!/bin/sh prefix="@prefix@" exec_prefix="@exec_prefix@" libdir="@libdir@" includedir="@includedir@" echo_cflags=no echo_libs=no echo_help=no echo_tabs=no echo_source=yes echo_lalibs=no echo_zoom=no src_root="@abs_top_srcdir@" build_root="@abs_top_builddir@" yazlibs="@YAZLIB@ @LIBS@" yazlalibs="@YAZLALIB@ @LIBS@" VERSION=@VERSION@ usage() { cat <&2 fi if test "$echo_cflags" = "yes"; then echo $YAZPPINC fi if test "$echo_libs" = "yes"; then echo $YAZPPLIB fi if test "$echo_lalibs" = "yes"; then echo $YAZPPLALIB fi # Local Variables: # mode:shell-script # sh-indentation: 2 # sh-basic-offset: 4 # End: