]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Call macros necessary for mbswidth.
authorBruno Haible <bruno@clisp.org>
Mon, 9 Apr 2001 19:40:47 +0000 (19:40 +0000)
committerBruno Haible <bruno@clisp.org>
Mon, 9 Apr 2001 19:40:47 +0000 (19:40 +0000)
ChangeLog
configure.in

index 361784c64084ff4a28ff51f2bfa1e701e7a8d6fa..d8bebec7c18ae7cd811d7d2dbc5c7f51fb52ea00 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+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.
index 46f7be4cae5a3611f378bbdc70e8f4586cedf6d8..a0afc3995f4240effa4272bb5289f43cc020ba85 100644 (file)
@@ -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)