X-Git-Url: https://git.dlugolecki.net.pl/?a=blobdiff_plain;ds=sidebyside;f=configure.in;h=6d8eabbda692bbf2d1798ca5f48486a5d62f83bb;hb=4217fc0e76c6560a5ad43cffc314f0f28ad9deec;hp=3a111a2d6061e476e587f49af3621c7b186800c0;hpb=33ba39ee5fcff8327cb2a14b8826eb22a40c3be2;p=gedcom-parse.git diff --git a/configure.in b/configure.in index 3a111a2..6d8eabb 100644 --- a/configure.in +++ b/configure.in @@ -6,13 +6,22 @@ AC_INIT(standalone.c) dnl ============================================================= dnl Global variables NAME=gedcom-parse +AC_SUBST(NAME) + VERSION=0.13 +VERSION_MAJOR=`echo $VERSION | sed 's/\..*$//'` +changequote(<<,>>) +VERSION_MINOR=`echo $VERSION | sed 's/^[^\.]*\.//'` +changequote([,]) +AC_SUBST(VERSION_MAJOR) +AC_SUBST(VERSION_MINOR) +AC_SUBST(VERSION) + LIBVERSION=0:3 +AC_SUBST(LIBVERSION) + SHELL=/bin/sh -AC_SUBST(NAME) -AC_SUBST(VERSION) AC_SUBST(SHELL) -AC_SUBST(LIBVERSION) dnl ============================================================= AM_INIT_AUTOMAKE(${NAME},${VERSION}) @@ -37,8 +46,10 @@ AC_OUTPUT(Makefile gedcom/calendar/Makefile ansel/Makefile t/Makefile + t/input/Makefile doc/Makefile doc/images/Makefile include/Makefile + include/gedcom.h intl/Makefile po/Makefile.in)