openat: Respect rules for use of AC_LIBOBJ.
[gnulib.git] / modules / symlinkat
index 2da3ba4..f2666af 100644 (file)
@@ -1,21 +1,20 @@
 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
 gl_UNISTD_MODULE_INDICATOR([symlinkat])
-gl_UNISTD_MODULE_INDICATOR([readlinkat])
 
 Makefile.am: