regex: also remove dependency on HAVE_WCSCOLL
[gnulib.git] / modules / xgetcwd
index 8015604..21cef52 100644 (file)
@@ -4,18 +4,18 @@ Return the current working directory, without size limitations.
 Files:
 lib/xgetcwd.h
 lib/xgetcwd.c
-m4/getcwd.m4
 m4/xgetcwd.m4
 
 Depends-on:
+getcwd
 xalloc
-pathmax
+stdbool
 
 configure.ac:
 gl_XGETCWD
 
 Makefile.am:
-lib_SOURCES += xgetcwd.h xgetcwd.c
+lib_SOURCES += xgetcwd.c
 
 Include:
 "xgetcwd.h"
@@ -25,4 +25,3 @@ GPL
 
 Maintainer:
 Jim Meyering
-