# HG changeset patch # User Jim Meyering # Date 1024681262 0 # Node ID 6cad2b0cd5ced5720fe99bd8704c4f50da6db4fb # Parent 05a49235000e3f7251c95c2cdb90cd5fe837a17b Reflect name change: s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T. diff --git a/m4/mbswidth.m4 b/m4/mbswidth.m4 --- a/m4/mbswidth.m4 +++ b/m4/mbswidth.m4 @@ -1,4 +1,4 @@ -#serial 6 +#serial 7 dnl autoconf tests required for use of mbswidth.c dnl From Bruno Haible. @@ -32,5 +32,5 @@ AC_DEFINE_UNQUOTED(HAVE_DECL_WCWIDTH, $ac_val, [Define to 1 if you have the declaration of wcwidth(), and to 0 otherwise.]) - AC_MBSTATE_T + AC_TYPE_MBSTATE_T ])