canonicalize-lgpl: Support larger filenames on the Hurd.
[gnulib.git] / modules / open
index e89efde..a504aee 100644 (file)
@@ -7,11 +7,16 @@ m4/open.m4
 m4/mode_t.m4
 
 Depends-on:
-fcntl
+fcntl-h
+largefile
+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 +25,7 @@ Include:
 <fcntl.h>
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Bruno Haible