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:
@@ -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:
|
||||
|
Reference in New Issue
Block a user