Rename gl_FUNC_MBRTOWC to AC_FUNC_MBRTOWC.
[gnulib.git] / m4 / mbslen.m4
index dad8a8c..91e95a1 100644 (file)
@@ -1,5 +1,5 @@
-# mbslen.m4 serial 1
-dnl Copyright (C) 2007 Free Software Foundation, Inc.
+# mbslen.m4 serial 2
+dnl Copyright (C) 2007-2008 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
 dnl with or without modifications, as long as this notice is preserved.
@@ -11,6 +11,6 @@ AC_DEFUN([gl_FUNC_MBSLEN],
 
 # Prerequisites of lib/mbslen.c.
 AC_DEFUN([gl_PREREQ_MBSLEN], [
-  AC_REQUIRE([gl_FUNC_MBRTOWC])
+  AC_REQUIRE([AC_FUNC_MBRTOWC])
   :
 ])