1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-08 17:22:05 +03:00

wcscpy: Move AC_LIBOBJ invocations to module description.

* m4/wcscpy.m4 (gl_FUNC_WCSCPY): Move AC_LIBOBJ invocation from here...
* modules/wcscpy (configure.ac): ... to here.
This commit is contained in:
Bruno Haible
2011-05-22 18:13:29 +02:00
parent 978552f6a1
commit ad6475fc3a
3 changed files with 10 additions and 2 deletions

View File

@@ -17,6 +17,9 @@ wchar
configure.ac:
gl_FUNC_WCSCPY
if test $HAVE_WCSCPY = 0; then
AC_LIBOBJ([wcscpy])
fi
gl_WCHAR_MODULE_INDICATOR([wcscpy])
Makefile.am: