summaryrefslogtreecommitdiff
path: root/modules/savewd
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2006-09-18 03:31:18 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2006-09-18 03:31:18 +0000
commit52034676ffeda4137d247a91c9c05366b1142686 (patch)
tree98364aa3eba24af9bb84a029aee3747ee2a4c189 /modules/savewd
parentfd652795461d64a56f7f9fe8e11181316c551a4d (diff)
downloadgnulib-52034676ffeda4137d247a91c9c05366b1142686.tar.gz
Initial revision.
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