#!/bin/sh version=@VERSION@ prefix="@prefix@" exec_prefix="@exec_prefix@" libdir="@libdir@" echo_cflags=no echo_libs=no echo_help=no echo_tab=no echo_source=yes echo_lalibs=no echo_modules=no idzebra_src_root="@IDZEBRA_SRC_ROOT@" idzebra_build_root="@IDZEBRA_BUILD_ROOT@" package_suffix=@PACKAGE_SUFFIX@ extralibs="@YAZLIB@ @TCL_LIB@ @EXPAT_LIBS@ @LIBS@ " extralalibs="@YAZLALIB@ @TCL_LIB@ @EXPAT_LIBS@ @LIBS@" usage() { cat <&2 fi if test "$echo_cflags" = "yes"; then echo $IDZEBRAINC fi if test "$echo_libs" = "yes"; then echo $IDZEBRALIB fi if test "$echo_lalibs" = "yes"; then echo $IDZEBRALALIB fi if test "$echo_tab" = "yes"; then echo $IDZEBRATAB fi if test "$echo_modules" = "yes"; then echo $IDZEBRAMOD fi # Local Variables: # mode:shell-script # sh-indentation: 2 # sh-basic-offset: 4 # End: