X-Git-Url: https://git.dlugolecki.net.pl/?a=blobdiff_plain;f=configure.in;h=8d51ecb65a5a621034315036b1468b6ab4534318;hb=783b2fe5a3b3b7ac7082f08c367aae0368012f6b;hp=d566173445593ff3f0299c6d610b9c9aa3d78576;hpb=15b7fc321087729ec9665b654f308a17b45dea8e;p=gedcom-parse.git diff --git a/configure.in b/configure.in index d566173..8d51ecb 100644 --- a/configure.in +++ b/configure.in @@ -6,7 +6,7 @@ AC_INIT(standalone.c) dnl ============================================================= dnl Global variables NAME=gedcom-parse -VERSION=0.10 +VERSION=0.11 LIBVERSION=0:1 SHELL=/bin/sh AC_SUBST(NAME) @@ -16,6 +16,8 @@ AC_SUBST(LIBVERSION) dnl ============================================================= AM_INIT_AUTOMAKE(${NAME},${VERSION}) +AM_CONFIG_HEADER(config.h) +ALL_LINGUAS="nl" AC_PROG_CC AM_PROG_LIBTOOL @@ -28,10 +30,13 @@ else AC_MSG_ERROR([Sorry, bison is needed]) fi AM_WITH_DMALLOC +AM_GNU_GETTEXT AC_OUTPUT(Makefile gedcom/Makefile ansel/Makefile t/Makefile doc/Makefile - include/Makefile) + include/Makefile + intl/Makefile + po/Makefile.in)