#!/bin/sh # $Id$ # $Name$ prefix=@prefix@ exec_prefix=@exec_prefix@ exec_prefix_set=no version=@VERSION@ gedcom_libs="@ICONV_LIBPATH@ -L@libdir@ @LIBICONV@ -lgedcom -lutf8tools @LIBICONV@" gedcom_cflags="-I@includedir@" gedcom_gom_libs="@ICONV_LIBPATH@ -L@libdir@ @LIBICONV@ -lgedcom_gom -lgedcom -lutf8tools @LIBICONV@" gedcom_gom_cflags="-I@includedir@" usage() { cat <&2 ;; esac shift done if test "$echo_prefix" = "yes"; then echo $prefix fi if test "$echo_exec_prefix" = "yes"; then echo $exec_prefix fi if test "$lib_gom" = "yes"; then gedcom_cflags="$gedcom_gom_cflags" gedcom_libs="$gedcom_gom_libs" fi if test "$echo_cflags" = "yes"; then echo $gedcom_cflags fi if test "$echo_libs" = "yes"; then echo $gedcom_libs fi