X-Git-Url: https://git.dlugolecki.net.pl/?a=blobdiff_plain;f=configure.in;h=9312b32b1ea94dd8d109e0afeb05fe6dec4c9c0d;hb=7372fd1bb10934271adbb12fe27f45df8ea225d2;hp=e1f5f734ba17e55bb02977911bc5e304ec2c2547;hpb=d44d64cb4b289821517ca217cf68d31ad994bdf5;p=gedcom-parse.git diff --git a/configure.in b/configure.in index e1f5f73..9312b32 100644 --- a/configure.in +++ b/configure.in @@ -38,12 +38,21 @@ if test "$YACC" = "bison -y"; then else AC_MSG_ERROR([Sorry, bison is needed]) fi + 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) + AM_GNU_GETTEXT AC_OUTPUT(Makefile gedcom/Makefile gedcom/calendar/Makefile + gom/Makefile ansel/Makefile t/Makefile t/input/Makefile