* m4/regex.m4 (gl_REGEX): Check for glibc bug #3957.
[gnulib.git] / modules / fcntl
1 Description:
2 Like <fcntl.h>, but with non-working flags defined to 0.
3
4 Files:
5 lib/fcntl_.h
6 m4/fcntl_h.m4
7
8 Depends-on:
9 absolute-header
10 unistd
11
12 configure.ac:
13 gl_FCNTL_H
14
15 Makefile.am:
16 BUILT_SOURCES += $(FCNTL_H)
17
18 # We need the following in order to create <fcntl.h> when the system
19 # doesn't have one that works with the given compiler.
20 fcntl.h: fcntl_.h
21         rm -f $@-t $@
22         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
23           sed -e 's|@''ABSOLUTE_FCNTL_H''@|$(ABSOLUTE_FCNTL_H)|g' \
24               < $(srcdir)/fcntl_.h; \
25         } > $@-t
26         mv $@-t $@
27 MOSTLYCLEANFILES += fcntl.h fcntl.h-t
28
29 Include:
30 #include <fcntl.h>
31
32 License:
33 LGPL
34
35 Maintainer:
36 all