summaryrefslogtreecommitdiff
path: root/m4/mbswidth.m4
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2002-06-21 17:41:02 +0000
committerJim Meyering <jim@meyering.net>2002-06-21 17:41:02 +0000
commit442596279ba2b7f34f88cf68fad2367509b95430 (patch)
tree60d2995354fe662a9b0d28c31f04aa539f8a1de4 /m4/mbswidth.m4
parent04b4ee1245c0aeb3b63741ffb09b6be94c453dd8 (diff)
downloadcoreutils-442596279ba2b7f34f88cf68fad2367509b95430.tar.xz
Reflect name change: s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
Diffstat (limited to 'm4/mbswidth.m4')
-rw-r--r--m4/mbswidth.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/mbswidth.m4 b/m4/mbswidth.m4
index 74ae58193..eaf552bf0 100644
--- 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_DEFUN([jm_PREREQ_MBSWIDTH],
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
])