From 7c232d6b1cfc23376954f517f6d6773aa3f52eda Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Fri, 6 Aug 2004 06:29:11 +0000 Subject: New getcwd module, imported from coreutils. --- modules/getcwd | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 modules/getcwd (limited to 'modules/getcwd') diff --git a/modules/getcwd b/modules/getcwd new file mode 100644 index 0000000000..d5b38a4469 --- /dev/null +++ b/modules/getcwd @@ -0,0 +1,21 @@ +Description: +Return the current working directory. + +Files: +lib/getcwd.c +m4/getcwd-path-max.m4 + +Depends-on: +pathmax +same + +configure.ac: +GL_FUNC_GETCWD_PATH_MAX + +Makefile.am: + +Include: + +Maintainer: +Jim Meyering + -- cgit v1.2.1