* m4/mbsnrtowcs.m4 (gl_FUNC_MBSNRTOWCS): Move AC_LIBOBJ and
gl_PREREQ_MBSNRTOWCS invocations from here...
* modules/mbsnrtowcs (configure.ac): ... to here.
+2011-05-21 Bruno Haible <bruno@clisp.org>
+
+ mbsnrtowcs: Move AC_LIBOBJ invocations to module description.
+ * m4/mbsnrtowcs.m4 (gl_FUNC_MBSNRTOWCS): Move AC_LIBOBJ and
+ gl_PREREQ_MBSNRTOWCS invocations from here...
+ * modules/mbsnrtowcs (configure.ac): ... to here.
+
2011-05-21 Bruno Haible <bruno@clisp.org>
mbsinit: Move AC_LIBOBJ invocations to module description.
-# mbsnrtowcs.m4 serial 3
+# mbsnrtowcs.m4 serial 4
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,
REPLACE_MBSNRTOWCS=1
fi
fi
- if test $HAVE_MBSNRTOWCS = 0 || test $REPLACE_MBSNRTOWCS = 1; then
- AC_LIBOBJ([mbsnrtowcs])
- AC_LIBOBJ([mbsrtowcs-state])
- gl_PREREQ_MBSNRTOWCS
- fi
])
# Prerequisites of lib/mbsnrtowcs.c.
configure.ac:
gl_FUNC_MBSNRTOWCS
+if test $HAVE_MBSNRTOWCS = 0 || test $REPLACE_MBSNRTOWCS = 1; then
+ AC_LIBOBJ([mbsnrtowcs])
+ AC_LIBOBJ([mbsrtowcs-state])
+ gl_PREREQ_MBSNRTOWCS
+fi
gl_WCHAR_MODULE_INDICATOR([mbsnrtowcs])
Makefile.am: