install-reloc: Support multi-binary installation.
[gnulib.git] / modules / getcwd-lgpl
index 1b9c87b..6a780ad 100644 (file)
@@ -6,11 +6,14 @@ lib/getcwd-lgpl.c
 m4/getcwd.m4
 
 Depends-on:
-strdup
 unistd
+strdup          [test $REPLACE_GETCWD = 1]
 
 configure.ac:
 gl_FUNC_GETCWD_LGPL
+if test $REPLACE_GETCWD = 1; then
+  AC_LIBOBJ([getcwd-lgpl])
+fi
 gl_UNISTD_MODULE_INDICATOR([getcwd])
 
 Makefile.am: