From 7804693e2330c97b68f1768c1fcd1757cbda5ba7 Mon Sep 17 00:00:00 2001 From: handa Date: Fri, 22 Sep 2006 02:23:38 +0000 Subject: [PATCH] Change versions to 1.3.4. Call AM_GNU_GETTEXT. (AC_CONFIG_FILES): Add po/Makefile.in. --- configure.ac | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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. -- 1.7.10.4