From: Bruno Haible Date: Mon, 9 Apr 2001 19:40:47 +0000 (+0000) Subject: Call macros necessary for mbswidth. X-Git-Tag: v0.10.37~42 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2c1e150deba56a12ffbc6c347dfcd22e60e47e73;p=thirdparty%2Fgettext.git Call macros necessary for mbswidth. --- diff --git a/ChangeLog b/ChangeLog index 361784c64..d8bebec7c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2001-04-04 Bruno Haible + + * configure.in: Call jm_PREREQ_MBSWIDTH. + 2001-04-04 Bruno Haible * Makefile.am (ps, pdf, html): New targets. diff --git a/configure.in b/configure.in index 46f7be4ca..a0afc3995 100644 --- a/configure.in +++ b/configure.in @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.13) -AC_REVISION($Revision: 1.21 $) +AC_REVISION($Revision: 1.22 $) AC_INIT(src/msgfmt.c) AM_INIT_AUTOMAKE(gettext, 0.10.36) RELEASE_DATE=2001-03-09 dnl in "date +%Y-%m-%d" format @@ -56,6 +56,7 @@ AM_FUNC_GETLINE if test $am_cv_func_working_getline != yes; then AC_CHECK_FUNCS(getdelim) fi +jm_PREREQ_MBSWIDTH AC_CHECK_FUNC(parse_printf_format, gt_cv_func_parse_printf_format=yes, gt_cv_func_parse_printf_format=no)