posix_spawn_file_actions_* tests: Fix module dependencies.
[gnulib.git] / modules / getcwd-lgpl
blob718351c3819bf6bad037b4841c3c5396659cd836
1 Description:
2 Ensure getcwd(NULL, 0) returns a buffer allocated by the malloc() function.
4 Files:
5 lib/getcwd-lgpl.c
6 m4/getcwd.m4
8 Depends-on:
9 unistd
10 strdup          [test $REPLACE_GETCWD = 1]
12 configure.ac:
13 gl_FUNC_GETCWD_LGPL
14 if test $REPLACE_GETCWD = 1; then
15   AC_LIBOBJ([getcwd-lgpl])
17 gl_UNISTD_MODULE_INDICATOR([getcwd])
19 Makefile.am:
21 Include:
22 <unistd.h>
24 License:
25 LGPLv2+
27 Maintainer:
28 Eric Blake