<div dir="ltr"><div class="gmail_extra"><br><br><div class="gmail_quote">On Sat, Apr 19, 2014 at 11:40 PM, Lukas Fleischer <span dir="ltr"><<a href="mailto:info@cryptocrack.de" target="_blank">info@cryptocrack.de</a>></span> wrote:<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
Ok. Just in case it wasn't clear: m4 is only needed during the build<br>
process, not during execution. The whole platform code is inlined. m4 is<br>
also available on every platform I know of and it is the standard tool<br>
for macro-like file inclusion.<br></blockquote><div><br></div><div>I know. I've used m4 extensively, as well as autotools. Standard fare in the life of a Gentoo dev... </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">

<br>
I'm saying this just to avoid any misunderstandings; if you still want<br>
to do it in another way, feel free to do so -- I won't object.<br>
<div class=""><div class="h5"></div></div></blockquote></div><br></div><div class="gmail_extra"><a href="http://git.zx2c4.com/password-store/commit/?id=78098bab96c0228d700978492152ba3c2a872d2b">http://git.zx2c4.com/password-store/commit/?id=78098bab96c0228d700978492152ba3c2a872d2b</a><br>
</div><div class="gmail_extra"><br></div><div class="gmail_extra">Here we go.</div><div class="gmail_extra"><br></div><div class="gmail_extra">The whole notion here is that I don't want there to be a "build step", ever. This whole platform-file wonkiness was an unfortunate necessity, but I don't want to follow that further. There's "running", which is src/password-store.sh, and there's "installing", which is putting that file as /usr/bin/pass, and that's it. Simplicity is key. Somewhere along the way I had to sneak in a little sed into the "installing", which is a bummer, but, bleh.</div>
</div>