Make roundf-tests module depend on floorf, ceilf.
[gnulib.git] / modules / savewd
1 Description:
2 Save and restore the working directory, possibly using a child process.
3
4 Files:
5 lib/savewd.h
6 lib/savewd.c
7 m4/savewd.m4
8
9 Depends-on:
10 dirname
11 exit
12 fchdir
13 fcntl-safer
14 fcntl
15 raise
16 stdbool
17 xalloc
18
19 configure.ac:
20 gl_SAVEWD
21
22 Makefile.am:
23 lib_SOURCES += savewd.h savewd.c
24
25 Include:
26 "savewd.h"
27
28 License:
29 GPL
30
31 Maintainer:
32 Paul Eggert, Jim Meyering