* m4/mbsrtowcs.m4 (gl_FUNC_MBSRTOWCS): Move AC_LIBOBJ and
gl_PREREQ_MBSRTOWCS invocations from here...
* modules/mbsrtowcs (configure.ac): ... to here.
+2011-05-21 Bruno Haible <bruno@clisp.org>
+
+ mbsrtowcs: Move AC_LIBOBJ invocations to module description.
+ * m4/mbsrtowcs.m4 (gl_FUNC_MBSRTOWCS): Move AC_LIBOBJ and
+ gl_PREREQ_MBSRTOWCS invocations from here...
+ * modules/mbsrtowcs (configure.ac): ... to here.
+
2011-05-21 Bruno Haible <bruno@clisp.org>
mbsnrtowcs: Move AC_LIBOBJ invocations to module description.
-# mbsrtowcs.m4 serial 11
+# mbsrtowcs.m4 serial 12
dnl Copyright (C) 2008-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,
esac
fi
fi
- if test $HAVE_MBSRTOWCS = 0 || test $REPLACE_MBSRTOWCS = 1; then
- AC_LIBOBJ([mbsrtowcs])
- AC_LIBOBJ([mbsrtowcs-state])
- gl_PREREQ_MBSRTOWCS
- fi
])
dnl Test whether mbsrtowcs works.
configure.ac:
gl_FUNC_MBSRTOWCS
+if test $HAVE_MBSRTOWCS = 0 || test $REPLACE_MBSRTOWCS = 1; then
+ AC_LIBOBJ([mbsrtowcs])
+ AC_LIBOBJ([mbsrtowcs-state])
+ gl_PREREQ_MBSRTOWCS
+fi
gl_WCHAR_MODULE_INDICATOR([mbsrtowcs])
Makefile.am: