install-reloc: Support multi-binary installation.
[gnulib.git] / modules / realloc-gnu
index d4f2167..760edcd 100644 (file)
@@ -14,7 +14,10 @@ realloc-posix
 
 configure.ac:
 gl_FUNC_REALLOC_GNU
-AC_DEFINE([GNULIB_REALLOC_GNU], 1, [Define to indicate the 'realloc' module.])
+if test $REPLACE_REALLOC = 1; then
+  AC_LIBOBJ([realloc])
+fi
+gl_MODULE_INDICATOR([realloc-gnu])
 
 Makefile.am: