(set_image_of_range_1): In no-TRANSLATE case,
[gnulib.git] / m4 / mbswidth.m4
index 26f661f..eaf552b 100644 (file)
@@ -1,9 +1,9 @@
-#serial 5
+#serial 7
 
 dnl autoconf tests required for use of mbswidth.c
 dnl From Bruno Haible.
 
-AC_DEFUN(jm_PREREQ_MBSWIDTH,
+AC_DEFUN([jm_PREREQ_MBSWIDTH],
 [
   AC_REQUIRE([AC_HEADER_STDC])
   AC_CHECK_HEADERS(limits.h stdlib.h string.h wchar.h wctype.h)
@@ -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
 ])