6 exec_prefix=@exec_prefix@
10 gedcom_libs="@ICONV_LIBPATH@ -L@libdir@ @LIBICONV@ -lgedcom -lutf8tools @LIBICONV@"
11 gedcom_cflags="-I@includedir@"
12 gedcom_gom_libs="@ICONV_LIBPATH@ -L@libdir@ @LIBICONV@ -lgedcom_gom -lgedcom -lutf8tools @LIBICONV@"
13 gedcom_gom_cflags="-I@includedir@"
18 Usage: gedcom-config [OPTIONS] [LIBRARIES]
31 while test $# -gt 0; do
33 -*=*) optarg=`echo "$1" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
40 if test $exec_prefix_set = no ; then
73 if test "$echo_prefix" = "yes"; then
77 if test "$echo_exec_prefix" = "yes"; then
81 if test "$lib_gom" = "yes"; then
82 gedcom_cflags="$gedcom_gom_cflags"
83 gedcom_libs="$gedcom_gom_libs"
86 if test "$echo_cflags" = "yes"; then
90 if test "$echo_libs" = "yes"; then