X-Git-Url: https://git.dlugolecki.net.pl/?a=blobdiff_plain;f=configure.in;h=fbb85eca367a1ea203a88a156acf8471baa3ff7c;hb=a5bd4c3c89f5cb433a615c436947b8b0f44c3661;hp=e09564e8c9cf184e7c9eecdef164cec9932cc24c;hpb=d9602547f8937fd71e5caa6039e2053e17c9f865;p=gedcom-parse.git diff --git a/configure.in b/configure.in index e09564e..fbb85ec 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. @@ -147,4 +140,5 @@ AC_OUTPUT(GNUmakefile include/Makefile include/gedcom.h intl/Makefile - po/Makefile.in) + po/Makefile.in + m4/Makefile)