From f6aea55dde654f901225ef6ca2ff7fdf857143af Mon Sep 17 00:00:00 2001 From: handa Date: Mon, 14 Jun 2004 04:39:55 +0000 Subject: [PATCH] Version changed to 1.1.0. Include m17n-db in AC_CONFIG_FILES. --- configure.ac | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index 3900972..9cf3c57 100644 --- a/configure.ac +++ b/configure.ac @@ -21,8 +21,8 @@ # 02111-1307, USA. # Process this file with autoconf to produce a configure script. -AC_INIT(m17n-db, 1.0.2, bugs-m17n-db@m17n.org) -AM_INIT_AUTOMAKE(m17n-db, 1.0.2) +AC_INIT(m17n-db, 1.1.0, bugs-m17n-db@m17n.org) +AM_INIT_AUTOMAKE(m17n-db, 1.1.0) # Checks for programs. AC_PROG_INSTALL @@ -62,7 +62,7 @@ else : fi -AC_CONFIG_FILES([Makefile mapconv]) +AC_CONFIG_FILES([Makefile mapconv m17n-db]) AC_OUTPUT # Print configuration message. -- 1.7.10.4