summaryrefslogtreecommitdiff
path: root/m4/quotearg.m4
diff options
context:
space:
mode:
Diffstat (limited to 'm4/quotearg.m4')
-rw-r--r--m4/quotearg.m46
1 files changed, 3 insertions, 3 deletions
diff --git a/m4/quotearg.m4 b/m4/quotearg.m4
index 2fba109f1..877fcd9af 100644
--- a/m4/quotearg.m4
+++ b/m4/quotearg.m4
@@ -1,5 +1,5 @@
-# quotearg.m4 serial 1
-dnl Copyright (C) 2002 Free Software Foundation, Inc.
+# quotearg.m4 serial 2
+dnl Copyright (C) 2002, 2004 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
dnl Public License, this file may be distributed as part of a program
@@ -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
])