crypto/gc: Move AC_LIBOBJ invocations to module description.
[pspp] / modules / symlinkat
index 7f8506fb574eab855c918e81f2241306a265c01e..f2666afff25f14309474a7ba7ffc97c665c259e0 100644 (file)
@@ -1,16 +1,16 @@
 Description:
-symlinkat() and readlinkat(): manage symlinks relative to a directory
+symlinkat(): create symlinks relative to a directory
 
 Files:
 lib/symlinkat.c
 m4/symlinkat.m4
 
 Depends-on:
+unistd
 extensions
 fcntl-h
-openat
-readlink
-unistd
+openat          [test $HAVE_SYMLINKAT = 0]
+symlink         [test $HAVE_SYMLINKAT = 0]
 
 configure.ac:
 gl_FUNC_SYMLINKAT