Rename gl_MBSLEN.
authorBruno Haible <bruno@clisp.org>
Sat, 27 Mar 2010 12:59:59 +0000 (13:59 +0100)
committerBruno Haible <bruno@clisp.org>
Sat, 27 Mar 2010 12:59:59 +0000 (13:59 +0100)
ChangeLog
m4/mbslen.m4
modules/mbslen

index fb9e308..e332954 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2010-03-27  Bruno Haible  <bruno@clisp.org>
 
+       * m4/mbslen.m4 (gl_FUNC_MBSLEN): Renamed from gl_MBSLEN.
+       * modules/mbslen (configure.ac): Update.
+
        * m4/pty.m4 (gl_FUNC_FORKPTY): Renamed from gl_FORKPTY.
        (gl_FUNC_OPENPTY): Renamed from gl_OPENPTY.
        * modules/forkpty (configure.ac): Update.
index 3c44fa6..51d4e86 100644 (file)
@@ -1,10 +1,10 @@
-# mbslen.m4 serial 1
+# mbslen.m4 serial 2
 dnl Copyright (C) 2010 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.
 
-AC_DEFUN([gl_MBSLEN],
+AC_DEFUN([gl_FUNC_MBSLEN],
 [
   AC_REQUIRE([gl_HEADER_STRING_H_DEFAULTS])
   AC_CHECK_FUNCS_ONCE([mbslen])
index 3551809..830a21e 100644 (file)
@@ -10,7 +10,7 @@ mbuiter
 string
 
 configure.ac:
-gl_MBSLEN
+gl_FUNC_MBSLEN
 gl_STRING_MODULE_INDICATOR([mbslen])
 
 Makefile.am: