maint.mk: don't maintain a second build-aux variable.
[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 opendir         [test $REPLACE_GETCWD = 1]
21 closedir        [test $REPLACE_GETCWD = 1]
22 stdbool         [test $REPLACE_GETCWD = 1]
23 malloc-posix    [test $REPLACE_GETCWD = 1]
24 strdup-posix    [test $REPLACE_GETCWD = 1]
25
26 configure.ac:
27 gl_FUNC_GETCWD
28 if test $REPLACE_GETCWD = 1; then
29   AC_LIBOBJ([getcwd])
30   gl_PREREQ_GETCWD
31 fi
32 gl_MODULE_INDICATOR([getcwd])
33 gl_UNISTD_MODULE_INDICATOR([getcwd])
34
35 Makefile.am:
36
37 Include:
38 <unistd.h>
39
40 License:
41 GPL
42
43 Maintainer:
44 all, glibc