X-Git-Url: https://git.dlugolecki.net.pl/?a=blobdiff_plain;f=configure.in;h=a1157fe99db12fc67496ea203221c6e46beeaaab;hb=1fbb7838f5ab31ff699effa4ceedcc309407be88;hp=6d8eabbda692bbf2d1798ca5f48486a5d62f83bb;hpb=65d9238580688605c38a0df217708395c2e77c1f;p=gedcom-parse.git diff --git a/configure.in b/configure.in index 6d8eabb..a1157fe 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.enc) dnl ============================================================= dnl Global variables NAME=gedcom-parse AC_SUBST(NAME) -VERSION=0.13 +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:3 +LIBVERSION=0:7 AC_SUBST(LIBVERSION) SHELL=/bin/sh @@ -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