Added functions for retrieving, adding, modifying and deleting cross-references.
[gedcom-parse.git] / configure.in
index 9312b32b1ea94dd8d109e0afeb05fe6dec4c9c0d..9df11e37674301e9b81a6d05fa518dd7ac9d0709 100644 (file)
@@ -1,14 +1,14 @@
 # Process this file with autoconf to produce a configure script.
 # $Id$
 # $Name$
-AC_INIT(gedcom.enc)
+AC_INIT(gedcom/interface.c)
 
 dnl =============================================================
 dnl Global variables
 NAME=gedcom-parse
 AC_SUBST(NAME)
 
-VERSION=0.16
+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:6
+LIBVERSION=0:7
 AC_SUBST(LIBVERSION)
 
 SHELL=/bin/sh
@@ -54,8 +54,10 @@ AC_OUTPUT(Makefile
          gedcom/calendar/Makefile
          gom/Makefile
          ansel/Makefile
+         utf8/Makefile
          t/Makefile
          t/input/Makefile
+         data/Makefile
          doc/Makefile
          doc/images/Makefile
          include/Makefile