X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=configure.ac;h=8b4e30112e59932da2277bb59a49d36827c0e813;hb=398685e3214363bc831a7c29f89e466a96b71e4a;hp=8aa61616f4a8f64eb627250587da3b84616fb22e;hpb=c69f95046b340e5a4a7580dfa63ab25fc8984ee3;p=m17n%2Fm17n-lib.git diff --git a/configure.ac b/configure.ac index 8aa6161..8b4e301 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ dnl configure.ac -- autoconf script for the m17n library. -dnl Copyright (C) 2003, 2004, 2005, 2006 +dnl Copyright (C) 2003, 2004, 2005, 2006, 2007 dnl National Institute of Advanced Industrial Science and Technology (AIST) dnl Registration Number H15PRO112 @@ -18,12 +18,12 @@ dnl Lesser General Public License for more details. dnl You should have received a copy of the GNU Lesser General Public dnl License along with the m17n library; if not, write to the Free -dnl Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA -dnl 02111-1307, USA. +dnl Software Foundation, Inc., 51 Franklin Street, Fifth Floor, +dnl Boston, MA 02110-1301, USA. dnl Process this file with autoconf to produce a configure script. -AC_INIT(m17n-lib, 1.3.4, m17n-lib-bug@m17n.org) +AC_INIT(m17n-lib, 1.3.5, m17n-lib-bug@m17n.org) AM_INIT_AUTOMAKE AM_CONFIG_HEADER(src/config.h) AM_MAINTAINER_MODE @@ -31,6 +31,10 @@ AM_MAINTAINER_MODE API_VERSION=1:0:1 AC_SUBST(API_VERSION) +AM_GNU_GETTEXT +GETTEXTDIR="$datadir/locale" +AC_SUBST(GETTEXTDIR) + dnl Checks for programs for compiling. AC_PROG_CC AC_LIBTOOL_DLOPEN @@ -431,7 +435,7 @@ esac AC_DEFINE_UNQUOTED(DLOPEN_SHLIB_EXT, "$SHLIB_EXT", [Define to loadable module extention]) -AC_CONFIG_FILES([Makefile +AC_CONFIG_FILES([Makefile po/Makefile.in intl/Makefile src/Makefile example/Makefile m17n-config