* m4/mbsinit.m4 (gl_FUNC_MBSINIT): Move AC_LIBOBJ and gl_PREREQ_MBSINIT
invocations from here...
* modules/mbsinit (configure.ac): ... to here.
+2011-05-21 Bruno Haible <bruno@clisp.org>
+
+ mbsinit: Move AC_LIBOBJ invocations to module description.
+ * m4/mbsinit.m4 (gl_FUNC_MBSINIT): Move AC_LIBOBJ and gl_PREREQ_MBSINIT
+ invocations from here...
+ * modules/mbsinit (configure.ac): ... to here.
+
2011-05-21 Bruno Haible <bruno@clisp.org>
mbrlen: Move AC_LIBOBJ invocations to module description.
2011-05-21 Bruno Haible <bruno@clisp.org>
mbrlen: Move AC_LIBOBJ invocations to module description.
dnl Copyright (C) 2008, 2010-2011 Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
dnl Copyright (C) 2008, 2010-2011 Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
- if test $HAVE_MBSINIT = 0 || test $REPLACE_MBSINIT = 1; then
- AC_LIBOBJ([mbsinit])
- gl_PREREQ_MBSINIT
- fi
])
# Prerequisites of lib/mbsinit.c.
])
# Prerequisites of lib/mbsinit.c.
configure.ac:
gl_FUNC_MBSINIT
configure.ac:
gl_FUNC_MBSINIT
+if test $HAVE_MBSINIT = 0 || test $REPLACE_MBSINIT = 1; then
+ AC_LIBOBJ([mbsinit])
+ gl_PREREQ_MBSINIT
+fi
gl_WCHAR_MODULE_INDICATOR([mbsinit])
Makefile.am:
gl_WCHAR_MODULE_INDICATOR([mbsinit])
Makefile.am: