havelib: Fix for Solaris 11 OpenIndiana and Solaris 11 OmniOS.
[gnulib.git] / modules / search
blob58ca086e72f5c6f9790221f84e1514892794a8ad
1 Description:
2 A GNU-like <search.h>.
4 Files:
5 lib/search.in.h
6 m4/search_h.m4
8 Depends-on:
9 include_next
10 snippet/arg-nonnull
11 snippet/c++defs
12 snippet/warn-on-use
14 configure.ac:
15 gl_SEARCH_H
17 Makefile.am:
18 BUILT_SOURCES += search.h
20 # We need the following in order to create <search.h> when the system
21 # doesn't have one that works with the given compiler.
22 search.h: search.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
23         $(AM_V_GEN)rm -f $@-t $@ && \
24         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
25           sed -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
26               -e 's|@''HAVE_SEARCH_H''@|$(HAVE_SEARCH_H)|g' \
27               -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
28               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
29               -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
30               -e 's|@''NEXT_SEARCH_H''@|$(NEXT_SEARCH_H)|g' \
31               -e 's|@''HAVE_TYPE_VISIT''@|$(HAVE_TYPE_VISIT)|g' \
32               -e 's/@''GNULIB_TSEARCH''@/$(GNULIB_TSEARCH)/g' \
33               -e 's/@''GNULIB_MDA_LFIND''@/$(GNULIB_MDA_LFIND)/g' \
34               -e 's/@''GNULIB_MDA_LSEARCH''@/$(GNULIB_MDA_LSEARCH)/g' \
35               -e 's|@''HAVE_TSEARCH''@|$(HAVE_TSEARCH)|g' \
36               -e 's|@''HAVE_TWALK''@|$(HAVE_TWALK)|g' \
37               -e 's|@''REPLACE_TSEARCH''@|$(REPLACE_TSEARCH)|g' \
38               -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
39               -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
40               -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
41               < $(srcdir)/search.in.h; \
42         } > $@-t && \
43         mv $@-t $@
44 MOSTLYCLEANFILES += search.h search.h-t
46 Include:
47 <search.h>
49 License:
50 LGPLv2+
52 Maintainer:
53 all