+2001-04-04 Bruno Haible <haible@clisp.cons.org>
+
+ * configure.in: Call jm_PREREQ_MBSWIDTH.
+
2001-04-04 Bruno Haible <haible@clisp.cons.org>
* Makefile.am (ps, pdf, html): New targets.
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
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)