* m4/wcsrtombs.m4 (gl_FUNC_WCSRTOMBS): Move AC_LIBOBJ and
gl_PREREQ_WCSRTOMBS invocations from here...
* modules/wcsrtombs (configure.ac): ... to here.
+2011-05-22 Bruno Haible <bruno@clisp.org>
+
+ wcsrtombs: Move AC_LIBOBJ invocations to module description.
+ * m4/wcsrtombs.m4 (gl_FUNC_WCSRTOMBS): Move AC_LIBOBJ and
+ gl_PREREQ_WCSRTOMBS invocations from here...
+ * modules/wcsrtombs (configure.ac): ... to here.
+
2011-05-22 Bruno Haible <bruno@clisp.org>
wcsrchr: Move AC_LIBOBJ invocations to module description.
-# wcsrtombs.m4 serial 9
+# wcsrtombs.m4 serial 10
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_WCSRTOMBS = 0 || test $REPLACE_WCSRTOMBS = 1; then
- AC_LIBOBJ([wcsrtombs])
- AC_LIBOBJ([wcsrtombs-state])
- gl_PREREQ_WCSRTOMBS
- fi
])
dnl Test whether the wcsrtombs implementation stores a non-NULL source pointer
configure.ac:
gl_FUNC_WCSRTOMBS
+if test $HAVE_WCSRTOMBS = 0 || test $REPLACE_WCSRTOMBS = 1; then
+ AC_LIBOBJ([wcsrtombs])
+ AC_LIBOBJ([wcsrtombs-state])
+ gl_PREREQ_WCSRTOMBS
+fi
gl_WCHAR_MODULE_INDICATOR([wcsrtombs])
Makefile.am: