From: handa Date: Fri, 22 Sep 2006 02:23:38 +0000 (+0000) Subject: Change versions to 1.3.4. Call AM_GNU_GETTEXT. X-Git-Tag: REL-1-3-4~77 X-Git-Url: http://git.chise.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7804693e2330c97b68f1768c1fcd1757cbda5ba7;p=m17n%2Fm17n-db.git Change versions to 1.3.4. Call AM_GNU_GETTEXT. (AC_CONFIG_FILES): Add po/Makefile.in. --- diff --git a/configure.ac b/configure.ac index f2e8b6e..1a35779 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 # 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.