X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=metaproxy-config.in;fp=metaproxy-config.in;h=9a4bb8cc08b5091083d644bb88b1691e683f972d;hb=dd6954fd5ae7c0bd90df8869f2351a72ee363440;hp=0000000000000000000000000000000000000000;hpb=a4b8ceec94627279d5c122d9bdfe7817d0dcebad;p=metaproxy-moved-to-github.git diff --git a/metaproxy-config.in b/metaproxy-config.in new file mode 100644 index 0000000..9a4bb8c --- /dev/null +++ b/metaproxy-config.in @@ -0,0 +1,99 @@ +#!/bin/sh +prefix=@prefix@ +echo_cflags=no +echo_libs=no +echo_help=no +echo_tabs=no +echo_source=yes +echo_lalibs=no +src_root=@abs_top_srcdir@ +build_root=@abs_top_builddir@ + +libs="@YAZPPLIB@ @LIBS@" +lalibs="@YAZPPLALIB@ @LIBS@" +VERSION=@VERSION@ + +usage() +{ + cat <&2 +fi +if test "$echo_cflags" = "yes"; then + echo $INC +fi +if test "$echo_libs" = "yes"; then + echo $LIB +fi +if test "$echo_lalibs" = "yes"; then + echo $LALIB +fi