install-reloc: Support multi-binary installation.
[gnulib.git] / modules / memmem
index 8dea893..63bd3ef 100644 (file)
@@ -8,6 +8,9 @@ memmem-simple
 
 configure.ac:
 gl_FUNC_MEMMEM
+if test $HAVE_MEMMEM = 0 || test $REPLACE_MEMMEM = 1; then
+  AC_LIBOBJ([memmem])
+fi
 
 Makefile.am: