Put INTERNAL_ENCODING here instead of encoding.c
[gedcom-parse.git] / configure.in
index d566173445593ff3f0299c6d610b9c9aa3d78576..7dc0be604e6cdc12e0486a04aa26d56e04f028e8 100644 (file)
@@ -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)