posix_spawn_file_actions_* tests: Fix module dependencies.
[gnulib.git] / modules / windows-spawn
blob2843921cd9101669111425ce61d6506cbb2d10bc
1 Description:
2 Auxiliary functions for the creation of subprocesses on native Windows.
4 Files:
5 lib/windows-spawn.h
6 lib/windows-spawn.c
8 Depends-on:
9 findprog-in
10 msvc-nothrow
11 stdbool
12 stdint
13 stdlib
14 strpbrk
15 unistd
16 malloc-posix
18 configure.ac:
19 AC_REQUIRE([AC_CANONICAL_HOST])
20 case "$host_os" in
21   mingw*)
22     AC_LIBOBJ([windows-spawn])
23     ;;
24 esac
26 Makefile.am:
28 Include:
29 "windows-spawn.h"
31 License:
32 LGPLv2+
34 Maintainer:
35 all