git-merge-changelog: Simplify installation instructions.
[gnulib.git] / modules / at-internal
blob0d17b9339a458c9f5af7ce575975938ea9ae56ba
1 Description:
2 Internal functions for dealing with files relative to a directory.
4 Files:
5 lib/openat-priv.h
6 lib/openat-proc.c
8 Depends-on:
9 errno
10 fcntl-h
11 intprops
12 open       [case $host_os in mingw* | windows*) false;; *) :;; esac]
13 sys_stat
14 unistd
16 configure.ac:
17 AC_REQUIRE([AC_CANONICAL_HOST])
19 Makefile.am:
20 lib_SOURCES += openat-priv.h openat-proc.c
22 Include:
23 "openat-priv.h"
25 License:
26 GPL
28 Maintainer:
29 Jim Meyering, Eric Blake