summaryrefslogtreecommitdiff
path: root/m4/quotearg.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/quotearg.m4
parent2665224ca21ce8f05c6bc5cc1de0b6ac5203da6d (diff)
downloadgnulib-23fe10e274cf20fb2cb75ea1da9556a733106657.tar.gz
Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
Diffstat (limited to 'm4/quotearg.m4')
-rw-r--r--m4/quotearg.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/quotearg.m4 b/m4/quotearg.m4
index 2fba109f1c..aa4a3d1473 100644
--- a/m4/quotearg.m4
+++ b/m4/quotearg.m4
@@ -1,4 +1,4 @@
-# quotearg.m4 serial 1
+# quotearg.m4 serial 2
dnl Copyright (C) 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
@@ -12,5 +12,5 @@ AC_DEFUN([gl_QUOTEARG],
AC_CHECK_HEADERS_ONCE(wchar.h wctype.h)
AC_CHECK_FUNCS_ONCE(iswprint mbsinit)
AC_TYPE_MBSTATE_T
- jm_FUNC_MBRTOWC
+ gl_FUNC_MBRTOWC
])