From b2b1b4208042f959acc8cbc9ec1da0cac0445492 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Tue, 2 Oct 2007 00:24:48 +0200 Subject: [PATCH] Rename search_.h to search.in.h. --- ChangeLog | 3 +++ lib/{search_.h => search.in.h} | 0 modules/search | 6 +++--- 3 files changed, 6 insertions(+), 3 deletions(-) rename lib/{search_.h => search.in.h} (100%) diff --git a/ChangeLog b/ChangeLog index 7ca248435..bf854e016 100644 --- a/ChangeLog +++ b/ChangeLog @@ -41,6 +41,9 @@ of netinet_in_.h. Add dependency. * lib/poll.in.h: Renamed from lib/poll_.h. * modules/poll (Files, Makefile.am): Use poll.in.h instead of poll_.h. + * lib/search.in.h: Renamed from lib/search_.h. + * modules/search (Files, Makefile.am): Use search.in.h instead of + search_.h. 2007-09-30 Bruno Haible diff --git a/lib/search_.h b/lib/search.in.h similarity index 100% rename from lib/search_.h rename to lib/search.in.h diff --git a/modules/search b/modules/search index 9ab82eaec..0796bd7f4 100644 --- a/modules/search +++ b/modules/search @@ -2,7 +2,7 @@ Description: A GNU-like . Files: -lib/search_.h +lib/search.in.h m4/search_h.m4 Depends-on: @@ -17,7 +17,7 @@ BUILT_SOURCES += search.h # We need the following in order to create when the system # doesn't have one that works with the given compiler. -search.h: search_.h +search.h: search.in.h rm -f $@-t $@ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ sed -e 's|@''HAVE_SEARCH_H''@|$(HAVE_SEARCH_H)|g' \ @@ -26,7 +26,7 @@ search.h: search_.h -e 's|@''GNULIB_TSEARCH''@|$(GNULIB_TSEARCH)|g' \ -e 's|@''HAVE_TSEARCH''@|$(HAVE_TSEARCH)|g' \ -e '/definition of GL_LINK_WARNING/r $(LINK_WARNING_H)' \ - < $(srcdir)/search_.h; \ + < $(srcdir)/search.in.h; \ } > $@-t mv $@-t $@ MOSTLYCLEANFILES += search.h search.h-t -- 2.11.0