X-Git-Url: https://git.dlugolecki.net.pl/?a=blobdiff_plain;f=configure.in;h=b942a935cd719bc265148ecafa79e29a5afae608;hb=dab74f78766b0878cbb85d07712588a2e3c16d3c;hp=fcd0b25dc078e7b1463ffa1020efee70693318f5;hpb=955d44f66a6f3b45dc520c529ad75c6724658cc1;p=gedcom-parse.git diff --git a/configure.in b/configure.in index fcd0b25..b942a93 100644 --- a/configure.in +++ b/configure.in @@ -110,6 +110,7 @@ if test "${with_libiconv_prefix+set}" = set; then ICONV_PATH=`echo "$withval" | tr : '/bin:'` ICONV_PATH="$ICONV_PATH/bin" fi +AC_SUBST(ICONV_LIBPATH) AC_SUBST(ICONV_PATH) AC_MSG_CHECKING(for location of iconv) @@ -136,11 +137,6 @@ library (see README). ]) fi -case "$host_os" in - darwin*) # Hack to get correct locale_charset() function - LDFLAGS="$ICONV_LIBPATH -liconv $LDFLAGS";; -esac - AC_OUTPUT(GNUmakefile Makefile gedcom-config @@ -163,4 +159,5 @@ AC_OUTPUT(GNUmakefile include/gedcom.h intl/Makefile po/Makefile.in - m4/Makefile) + m4/Makefile + bin/Makefile)