posix_spawn_file_actions_* tests: Fix module dependencies.
[gnulib.git] / modules / term-style-control
bloba6fdd5ba3e85833f5b12b34f74186a0eed65f182
1 Description:
2 Terminal control for outputting styled text to a terminal.
4 Files:
5 lib/term-style-control.h
6 lib/term-style-control.c
8 Depends-on:
9 stdbool
10 fatal-signal
11 sigaction
12 sigprocmask
13 full-write
14 fstat
15 same-inode
17 configure.ac:
18 AC_REQUIRE([AC_C_INLINE])
19 AC_CHECK_FUNCS_ONCE([tcgetattr])
21 Makefile.am:
22 lib_SOURCES += term-style-control.c
24 Include:
25 "term-style-control.h"
27 Link:
28 $(LIBTHREAD)
30 License:
31 GPL
33 Maintainer:
34 Bruno Haible