warn-on-use: use instead of link-warning
[gnulib.git] / modules / search
1 Description:
2 A GNU-like <search.h>.
3
4 Files:
5 lib/search.in.h
6 m4/search_h.m4
7
8 Depends-on:
9 arg-nonnull
10 include_next
11 warn-on-use
12
13 configure.ac:
14 gl_SEARCH_H
15
16 Makefile.am:
17 BUILT_SOURCES += search.h
18
19 # We need the following in order to create <search.h> when the system
20 # doesn't have one that works with the given compiler.
21 search.h: search.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|@''HAVE_SEARCH_H''@|$(HAVE_SEARCH_H)|g' \
25               -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
26               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
27               -e 's|@''NEXT_SEARCH_H''@|$(NEXT_SEARCH_H)|g' \
28               -e 's|@''GNULIB_TSEARCH''@|$(GNULIB_TSEARCH)|g' \
29               -e 's|@''HAVE_TSEARCH''@|$(HAVE_TSEARCH)|g' \
30               -e 's|@''REPLACE_TSEARCH''@|$(REPLACE_TSEARCH)|g' \
31               -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
32               -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
33               < $(srcdir)/search.in.h; \
34         } > $@-t && \
35         mv $@-t $@
36 MOSTLYCLEANFILES += search.h search.h-t
37
38 Include:
39 <search.h>
40
41 License:
42 LGPL
43
44 Maintainer:
45 all