regex: also remove dependency on HAVE_WCSCOLL
[gnulib.git] / modules / open
index f792adf..398efe4 100644 (file)
@@ -4,13 +4,20 @@ open() function: open a descriptor to a file.
 Files:
 lib/open.c
 m4/open.m4
+m4/mode_t.m4
 
 Depends-on:
-fcntl
+fcntl-h
+largefile
+fstat           [test $REPLACE_OPEN = 1]
+stat            [test $REPLACE_OPEN = 1]
 
 configure.ac:
 gl_FUNC_OPEN
-gl_MODULE_INDICATOR([open])
+if test $REPLACE_OPEN = 1; then
+  AC_LIBOBJ([open])
+  gl_PREREQ_OPEN
+fi
 gl_FCNTL_MODULE_INDICATOR([open])
 
 Makefile.am:
@@ -19,7 +26,7 @@ Include:
 <fcntl.h>
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Bruno Haible