open: Move AC_LIBOBJ invocation to module description.
[gnulib.git] / modules / open
1 Description:
2 open() function: open a descriptor to a file.
3
4 Files:
5 lib/open.c
6 m4/open.m4
7 m4/mode_t.m4
8
9 Depends-on:
10 fcntl-h
11 stat            [test $REPLACE_OPEN = 1]
12
13 configure.ac:
14 gl_FUNC_OPEN
15 if test $REPLACE_OPEN = 1; then
16   AC_LIBOBJ([open])
17   gl_PREREQ_OPEN
18 fi
19 gl_FCNTL_MODULE_INDICATOR([open])
20
21 Makefile.am:
22
23 Include:
24 <fcntl.h>
25
26 License:
27 LGPLv2+
28
29 Maintainer:
30 Bruno Haible
31