X-Git-Url: https://git.dlugolecki.net.pl/?a=blobdiff_plain;f=configure.in;h=76aec9d3ac1f47de9497d033d3cc11445c7a0ab5;hb=b99c837c1651c8c0c0567224765404e136a3aade;hp=e3a97b00e378e0cea2a8db15a1a995e162a6e423;hpb=334ea328311f1217892d9821790a255a44289b41;p=gedcom-parse.git diff --git a/configure.in b/configure.in index e3a97b0..76aec9d 100644 --- a/configure.in +++ b/configure.in @@ -1,14 +1,14 @@ # Process this file with autoconf to produce a configure script. # $Id$ # $Name$ -AC_INIT(standalone.c) +AC_INIT(gedcom/interface.c) dnl ============================================================= dnl Global variables NAME=gedcom-parse AC_SUBST(NAME) -VERSION=0.14 +VERSION=0.17 VERSION_MAJOR=`echo $VERSION | sed 's/\..*$//'` changequote(<<,>>) VERSION_MINOR=`echo $VERSION | sed 's/^[^\.]*\.//'` @@ -17,7 +17,7 @@ AC_SUBST(VERSION_MAJOR) AC_SUBST(VERSION_MINOR) AC_SUBST(VERSION) -LIBVERSION=0:4 +LIBVERSION=0:7 AC_SUBST(LIBVERSION) SHELL=/bin/sh @@ -38,15 +38,28 @@ 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 + utf8/Makefile t/Makefile + t/src/Makefile t/input/Makefile + data/Makefile + data/new.ged doc/Makefile doc/images/Makefile include/Makefile