changeset 13060:d9ea14bb03f8

Rename gl_MBSLEN.
author Bruno Haible <bruno@clisp.org>
date Sat, 27 Mar 2010 13:59:59 +0100
parents 64b57ae70f5e
children 50f35a5ef466
files ChangeLog m4/mbslen.m4 modules/mbslen
diffstat 3 files changed, 6 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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.
--- a/m4/mbslen.m4
+++ b/m4/mbslen.m4
@@ -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])
--- a/modules/mbslen
+++ b/modules/mbslen
@@ -10,7 +10,7 @@
 string
 
 configure.ac:
-gl_MBSLEN
+gl_FUNC_MBSLEN
 gl_STRING_MODULE_INDICATOR([mbslen])
 
 Makefile.am: