autoupdate
[gnulib.git] / modules / strings
1 Description:
2 A substitute <strings.h>.
3
4 Files:
5 lib/strings.in.h
6 m4/strings_h.m4
7
8 Depends-on:
9 arg-nonnull
10 include_next
11 warn-on-use
12
13 configure.ac:
14 gl_HEADER_STRINGS_H
15
16 Makefile.am:
17 BUILT_SOURCES += strings.h
18
19 # We need the following in order to create <strings.h> when the system
20 # doesn't have one that works with the given compiler.
21 strings.h: strings.in.h $(WARN_ON_USE_H) $(ARG_NONNULL_H)
22         $(AM_V_GEN)rm -f $@-t $@ && \
23         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
24           sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
25               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
26               -e 's|@''NEXT_STRINGS_H''@|$(NEXT_STRINGS_H)|g' \
27               -e 's|@''HAVE_STRCASECMP''@|$(HAVE_STRCASECMP)|g' \
28               -e 's|@''HAVE_DECL_STRNCASECMP''@|$(HAVE_DECL_STRNCASECMP)|g' \
29               -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
30               -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
31               < $(srcdir)/strings.in.h; \
32         } > $@-t && \
33         mv $@-t $@
34 MOSTLYCLEANFILES += strings.h strings.h-t
35
36 Include:
37 <strings.h>
38
39 License:
40 LGPLv2+
41
42 Maintainer:
43 all