X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=modules%2Fsearch;h=9ab82eaec7e6a0b895de7d15e5702c4b336db85b;hb=b6a9d33ee89de0a0f7bf482449339e97cbbbdaef;hp=0ed8b8da48a3585ce00115fdafee37f1ac680ccb;hpb=11dbc24bbfd94e0e8d36754fe17bb1fdeb58fe5e;p=pspp diff --git a/modules/search b/modules/search index 0ed8b8da48..9ab82eaec7 100644 --- a/modules/search +++ b/modules/search @@ -6,7 +6,7 @@ lib/search_.h m4/search_h.m4 Depends-on: -absolute-header +include_next link-warning configure.ac: @@ -21,8 +21,8 @@ search.h: search_.h rm -f $@-t $@ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ sed -e 's|@''HAVE_SEARCH_H''@|$(HAVE_SEARCH_H)|g' \ - -e 's/@''HAVE_INCLUDE_NEXT''@/$(HAVE_INCLUDE_NEXT)/g' \ - -e 's|@''ABSOLUTE_SEARCH_H''@|$(ABSOLUTE_SEARCH_H)|g' \ + -e 's/@''INCLUDE_NEXT''@/$(INCLUDE_NEXT)/g' \ + -e 's|@''NEXT_SEARCH_H''@|$(NEXT_SEARCH_H)|g' \ -e 's|@''GNULIB_TSEARCH''@|$(GNULIB_TSEARCH)|g' \ -e 's|@''HAVE_TSEARCH''@|$(HAVE_TSEARCH)|g' \ -e '/definition of GL_LINK_WARNING/r $(LINK_WARNING_H)' \