From 6906a95bfc7fc83e4ffa7ef2f68e377157d926f7 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sun, 21 Dec 2008 14:45:44 +0100 Subject: New module 'mbsnrtowcs'. --- m4/mbsrtowcs.m4 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'm4/mbsrtowcs.m4') diff --git a/m4/mbsrtowcs.m4 b/m4/mbsrtowcs.m4 index d18ef13ee5..70e4a27951 100644 --- a/m4/mbsrtowcs.m4 +++ b/m4/mbsrtowcs.m4 @@ -1,4 +1,4 @@ -# mbsrtowcs.m4 serial 3 +# mbsrtowcs.m4 serial 4 dnl Copyright (C) 2008 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, @@ -27,6 +27,7 @@ AC_DEFUN([gl_FUNC_MBSRTOWCS], if test $HAVE_MBSRTOWCS = 0 || test $REPLACE_MBSRTOWCS = 1; then gl_REPLACE_WCHAR_H AC_LIBOBJ([mbsrtowcs]) + AC_LIBOBJ([mbsrtowcs-state]) gl_PREREQ_MBSRTOWCS fi ]) -- cgit v1.2.1