pmccabe2html: escaping of special characters
[gnulib.git] / modules / open
index da8e30d..398efe4 100644 (file)
@@ -8,10 +8,16 @@ m4/mode_t.m4
 
 Depends-on:
 fcntl-h
-stat
+largefile
+fstat           [test $REPLACE_OPEN = 1]
+stat            [test $REPLACE_OPEN = 1]
 
 configure.ac:
 gl_FUNC_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