X-Git-Url: https://git.dlugolecki.net.pl/?a=blobdiff_plain;f=configure.in;h=7dc0be604e6cdc12e0486a04aa26d56e04f028e8;hb=13549c929da9d7640ef2d8dc71fc6657159da794;hp=d566173445593ff3f0299c6d610b9c9aa3d78576;hpb=15b7fc321087729ec9665b654f308a17b45dea8e;p=gedcom-parse.git diff --git a/configure.in b/configure.in index d566173..7dc0be6 100644 --- a/configure.in +++ b/configure.in @@ -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)