X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=configure.ac;h=a5da701884d74207d82b7d49277c226de5909495;hb=233b64fbea6277e20184f6c10c209445751f7c83;hp=9cf3c573eed4b93b77ec9fd7e08282c71dd66b80;hpb=f6aea55dde654f901225ef6ca2ff7fdf857143af;p=m17n%2Fm17n-db.git diff --git a/configure.ac b/configure.ac index 9cf3c57..a5da701 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -# Copyright (C) 2003, 2004 +# Copyright (C) 2003, 2004, 2005, 2006 # National Institute of Advanced Industrial Science and Technology (AIST) # Registration Number H15PRO112 @@ -21,8 +21,9 @@ # 02111-1307, USA. # Process this file with autoconf to produce a configure script. -AC_INIT(m17n-db, 1.1.0, bugs-m17n-db@m17n.org) -AM_INIT_AUTOMAKE(m17n-db, 1.1.0) +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 @@ -62,7 +63,10 @@ else : fi -AC_CONFIG_FILES([Makefile mapconv m17n-db]) +ICONS=`cd icons; echo *.png` +AC_SUBST(ICONS) + +AC_CONFIG_FILES([Makefile mapconv m17n-db m17n-db.pc icons/Makefile po/Makefile.in]) AC_OUTPUT # Print configuration message.