install-reloc: Support multi-binary installation.
[gnulib.git] / modules / memmove
index 53ca972..b4ded41 100644 (file)
@@ -12,9 +12,14 @@ lib/memmove.c
 m4/memmove.m4
 
 Depends-on:
+string
 
 configure.ac:
 gl_FUNC_MEMMOVE
+if test $ac_cv_func_memmove = no; then
+  AC_LIBOBJ([memmove])
+  gl_PREREQ_MEMMOVE
+fi
 
 Makefile.am: