regex: also remove dependency on HAVE_WCSCOLL
[gnulib.git] / modules / open
index e89efde..398efe4 100644 (file)
@@ -7,11 +7,17 @@ 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:
@@ -20,7 +26,7 @@ Include:
 <fcntl.h>
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Bruno Haible