summaryrefslogtreecommitdiff
path: root/modules/savewd
diff options
context:
space:
mode:
Diffstat (limited to 'modules/savewd')
-rw-r--r--modules/savewd29
1 files changed, 29 insertions, 0 deletions
diff --git a/modules/savewd b/modules/savewd
new file mode 100644
index 0000000000..7f05f60605
--- /dev/null
+++ b/modules/savewd
@@ -0,0 +1,29 @@
+Description:
+Save and restore the working directory, possibly using a child process.
+
+Files:
+lib/savewd.h
+lib/savewd.c
+m4/savewd.m4
+
+Depends-on:
+dirname
+exit
+fcntl-safer
+stdbool
+xalloc
+
+configure.ac:
+gl_SAVEWD
+
+Makefile.am:
+lib_SOURCES += savewd.h savewd.c
+
+Include:
+"savewd.h"
+
+License:
+GPL
+
+Maintainer:
+Paul Eggert, Jim Meyering