getgroups: Move AC_LIBOBJ invocations to module description.
[pspp] / modules / link
index 31d1af4b4659d94ddf25cbc6b57124841538b3cf..38cf5ec9f0e027f90b2e69be5a6ea879c04d1cca 100644 (file)
@@ -7,6 +7,9 @@ m4/link.m4
 
 Depends-on:
 unistd
+stat            [test $HAVE_LINK = 0 || test $REPLACE_LINK = 1]
+strdup-posix    [test $HAVE_LINK = 0 || test $REPLACE_LINK = 1]
+sys_stat        [test $HAVE_LINK = 0 || test $REPLACE_LINK = 1]
 
 configure.ac:
 gl_FUNC_LINK
@@ -21,4 +24,4 @@ License:
 LGPLv2+
 
 Maintainer:
-Martin Lambers
+Martin Lambers, Eric Blake