Reflect name change: s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
authorJim Meyering <jim@meyering.net>
Fri, 21 Jun 2002 17:41:02 +0000 (17:41 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 21 Jun 2002 17:41:02 +0000 (17:41 +0000)
m4/mbswidth.m4

index 74ae581..eaf552b 100644 (file)
@@ -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
 ])