X-Git-Url: https://git.dlugolecki.net.pl/?a=blobdiff_plain;f=configure.in;h=b13d759b2e1e94f80358b479b1d214078e297e48;hb=5b045164f4a11b1f4d709820e784e1ca77b61b3f;hp=e09564e8c9cf184e7c9eecdef164cec9932cc24c;hpb=d9602547f8937fd71e5caa6039e2053e17c9f865;p=gedcom-parse.git diff --git a/configure.in b/configure.in index e09564e..b13d759 100644 --- a/configure.in +++ b/configure.in @@ -58,13 +58,6 @@ fi dnl ============================================================= dnl Checks for libraries. AM_GNU_GETTEXT([use-libtool],[need-ngettext]) -AM_WITH_DMALLOC - -dnl == Make statically linked test program for dmalloc tests -if test "$with_dmalloc" = "yes"; then - EXTRA_PROGS=gomtest_static -fi -AC_SUBST(EXTRA_PROGS) dnl ============================================================= dnl Checks for typedefs, structures, and compiler characteristics. @@ -83,6 +76,7 @@ jm_GLIBC21 dnl ========================================================== dnl My local stuff +gedcom_SYS_NEWLINE AM_ICONV gedcom_SANE_ICONV if test "$am_cv_func_iconv" != yes -o "$is_iconv_sane" != yes; then @@ -147,4 +141,5 @@ AC_OUTPUT(GNUmakefile include/Makefile include/gedcom.h intl/Makefile - po/Makefile.in) + po/Makefile.in + m4/Makefile)