X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=configure.ac;h=7a25ff976e142df3e8873c48e6be77a593f37dbd;hb=133ee7c99151e7cb352b24c976dc66882714444f;hp=311a63ab80ab629edf97b9d5d77639e960952960;hpb=fac26de9f1283bef592f150b61bb97c07d101cd6;p=m17n%2Fm17n-db.git diff --git a/configure.ac b/configure.ac index 311a63a..7a25ff9 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -# Copyright (C) 2003, 2004, 2005, 2006, 2007 +# Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 # National Institute of Advanced Industrial Science and Technology (AIST) # Registration Number H15PRO112 @@ -21,14 +21,22 @@ # Boston, MA 02110-1301, USA. # Process this file with autoconf to produce a configure script. -AC_INIT(m17n-db, 1.4.0, bugs-m17n-lib@m17n.org) -AM_INIT_AUTOMAKE(m17n-db, 1.4.0) +AC_INIT(m17n-db, 1.6.3, bugs-m17n-lib@m17n.org) +AM_INIT_AUTOMAKE(m17n-db, 1.6.3) AM_GNU_GETTEXT([external]) # Checks for programs. AC_PROG_INSTALL AC_PROG_AWK +AC_CHECK_PROG(HAVE_MSGFMT, msgfmt, yes) +if test "x$HAVE_MSGFMT" != "xyes"; then + echo " Please install the program \"msgfmt\" in advance." + echo " It is usually included in the package \"gettext\"." + exit 1; +else : +fi + # Checks for source data files. AC_ARG_WITH(charmaps, [ --with-charmaps=DIR Directory of source files for charset maps.],