autoupdate
[pspp] / modules / getcwd-lgpl
index 1b9c87bf504daf095828eb8de5a925e22dc0384b..6a780ad774b2a3972c220d8cb651b88193e5cc06 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: