announce-gen: be more concise when there's only one URL+tarball
[gnulib.git] / modules / getcwd
1 Description:
2 Return the current working directory.
3
4 Files:
5 lib/getcwd.c
6 m4/getcwd-abort-bug.m4
7 m4/getcwd-path-max.m4
8 m4/getcwd.m4
9 m4/pathmax.m4
10
11 Depends-on:
12 unistd
13 extensions
14 pathmax         [test $REPLACE_GETCWD = 1]
15 mempcpy         [test $REPLACE_GETCWD = 1]
16 d-ino           [test $REPLACE_GETCWD = 1]
17 memmove         [test $REPLACE_GETCWD = 1]
18 openat          [test $REPLACE_GETCWD = 1]
19 fstat           [test $REPLACE_GETCWD = 1]
20 fstatat         [test $REPLACE_GETCWD = 1]
21 opendir         [test $REPLACE_GETCWD = 1]
22 closedir        [test $REPLACE_GETCWD = 1]
23 stdbool         [test $REPLACE_GETCWD = 1]
24 malloc-posix    [test $REPLACE_GETCWD = 1]
25 strdup-posix    [test $REPLACE_GETCWD = 1]
26
27 configure.ac:
28 gl_FUNC_GETCWD
29 if test $REPLACE_GETCWD = 1; then
30   AC_LIBOBJ([getcwd])
31   gl_PREREQ_GETCWD
32 fi
33 gl_MODULE_INDICATOR([getcwd])
34 gl_UNISTD_MODULE_INDICATOR([getcwd])
35
36 Makefile.am:
37
38 Include:
39 <unistd.h>
40
41 License:
42 GPL
43
44 Maintainer:
45 all, glibc