X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=configure.ac;h=a5da701884d74207d82b7d49277c226de5909495;hb=990d131af714716e20a4b20e3954ff2dd940ca85;hp=f2e8b6ee966adfc77b0eee74afd49ad01f88443a;hpb=7b4b3822b0c69cac85b5ad8c48bfe43d519a62ee;p=m17n%2Fm17n-db.git diff --git a/configure.ac b/configure.ac index f2e8b6e..a5da701 100644 --- a/configure.ac +++ b/configure.ac @@ -21,8 +21,9 @@ # 02111-1307, USA. # Process this file with autoconf to produce a configure script. -AC_INIT(m17n-db, 1.3.3, bugs-m17n-db@m17n.org) -AM_INIT_AUTOMAKE(m17n-db, 1.3.3) +AC_INIT(m17n-db, 1.3.4, bugs-m17n-lib@m17n.org) +AM_INIT_AUTOMAKE(m17n-db, 1.3.4) +AM_GNU_GETTEXT([external]) # Checks for programs. AC_PROG_INSTALL @@ -65,7 +66,7 @@ fi ICONS=`cd icons; echo *.png` AC_SUBST(ICONS) -AC_CONFIG_FILES([Makefile mapconv m17n-db m17n-db.pc icons/Makefile]) +AC_CONFIG_FILES([Makefile mapconv m17n-db m17n-db.pc icons/Makefile po/Makefile.in]) AC_OUTPUT # Print configuration message.