summaryrefslogtreecommitdiff
path: root/m4/mbrtowc.m4
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2004-04-18 18:12:50 +0000
committerJim Meyering <jim@meyering.net>2004-04-18 18:12:50 +0000
commit23fe10e274cf20fb2cb75ea1da9556a733106657 (patch)
tree968e667701da26960a813b529127fead800f4723 /m4/mbrtowc.m4
parent2665224ca21ce8f05c6bc5cc1de0b6ac5203da6d (diff)
downloadgnulib-23fe10e274cf20fb2cb75ea1da9556a733106657.tar.gz
Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
Diffstat (limited to 'm4/mbrtowc.m4')
-rw-r--r--m4/mbrtowc.m46
1 files changed, 3 insertions, 3 deletions
diff --git a/m4/mbrtowc.m4 b/m4/mbrtowc.m4
index 21e9daabab..6e1b58c707 100644
--- a/m4/mbrtowc.m4
+++ b/m4/mbrtowc.m4
@@ -1,4 +1,4 @@
-# mbrtowc.m4 serial 5
+# mbrtowc.m4 serial 6
dnl Copyright (C) 2001-2002 Free Software Foundation, Inc.
dnl This file is free software, distributed under the terms of the GNU
dnl General Public License. As a special exception to the GNU General
@@ -8,10 +8,10 @@ dnl the same distribution terms as the rest of that program.
dnl From Paul Eggert
-dnl This file can be removed, and jm_FUNC_MBRTOWC replaced with
+dnl This file can be removed, and gl_FUNC_MBRTOWC replaced with
dnl AC_FUNC_MBRTOWC, when autoconf 2.57 can be assumed everywhere.
-AC_DEFUN([jm_FUNC_MBRTOWC],
+AC_DEFUN([gl_FUNC_MBRTOWC],
[
AC_CACHE_CHECK([whether mbrtowc and mbstate_t are properly declared],
jm_cv_func_mbrtowc,