+2007-01-28 Bruno Haible <bruno@clisp.org>
+
+ * modules/mbchar (Makefile.am): Add mbchar.c to lib_SOURCES.
+ * m4/mbchar.m4 (gl_MBCHAR): Remove AC_LIBOBJ invocation.
+
2007-01-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
* gnulib-tool (func_emit_lib_Makefile_am, func_add_or_update)
-# mbchar.m4 serial 5
+# mbchar.m4 serial 6
dnl Copyright (C) 2005-2007 Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
AC_DEFUN([gl_MBCHAR],
[
AC_REQUIRE([AC_GNU_SOURCE])
- AC_LIBOBJ([mbchar])
])