futimens: fix configure check
[gnulib.git] / modules / posix_spawn_file_actions_init
1 Description:
2 posix_spawn_file_actions_init() function: initialize child process actions
3 specification.
4
5 Files:
6 lib/spawn_faction_init.c
7 lib/spawn_int.h
8 m4/posix_spawn.m4
9
10 Depends-on:
11 spawn
12
13 configure.ac:
14 gl_POSIX_SPAWN
15 if test $HAVE_POSIX_SPAWN = 0 || test $REPLACE_POSIX_SPAWN = 1; then
16   gl_REPLACE_SPAWN_H
17   AC_LIBOBJ([spawn_faction_init])
18 fi
19 gl_SPAWN_MODULE_INDICATOR([posix_spawn_file_actions_init])
20
21 Makefile.am:
22
23 Include:
24 <spawn.h>
25
26 License:
27 LGPL
28
29 Maintainer:
30 Bruno Haible, glibc
31