<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><span class="gmail-"><br>
</span>Note this is an example snippet -- you don't really need to copy&paste<br>
if you don't need it, and the usual `./configure` and `make` commands<br>
used to build autotools-based software work fine.<br>
<span class="gmail-"><br>
> but I cannot execute . localenv<br>
> and I saw<br>
</span>> Note that *localenv* is included by the top Makefile (so it’s a Makefile<br>
> fragment). But if it is also sourced by your *localconfigure* script then<br>
<span class="gmail-">> it is used as a shell script.<br>
><br>
> But I don't see any file named localenv after execute cmds and make:<br>
><br>
> > ./autogen.sh<br>
> > make<br>
<br>
</span>The 'localenv' will be used in the build directory if present -- nothing<br>
creates it.<br>
<br>
> how to solve it?<br>
<br>
If you don't need any particular environment setting, do not do<br>
". localenv" in your build script.<br><br></blockquote><div>you mean  I can delete the line :</div></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">-include $(top_builddir)/localenv</blockquote><div>in Makefile?</div><div><br></div><div>I don't want console shows prefix string "/git/" everytime I execute the binary</div></div></div>