]> git.pond.sub.org Git - empserver/commit
Make: Fix configure generated for dist-client
authorMarkus Armbruster <armbru@pond.sub.org>
Sun, 13 Aug 2017 12:11:06 +0000 (14:11 +0200)
committerMarkus Armbruster <armbru@pond.sub.org>
Sun, 13 Aug 2017 12:31:07 +0000 (14:31 +0200)
commit10ddaca6b12cda2766269e9fc59f7612ad0da01a
tree7b1d9b71b2303111f0935d36b52bd772e29cd479
parent63c6dd68969ad83848ff491605cde41fde4fe74d
Make: Fix configure generated for dist-client

Commit 1ec9b94 broke regeneration of configure for dist-client: it
uses .tarball-version, which exists only in the tarball, not in the
source tree.

Generating the client's autoconf stuff into the source tree is a
questionable idea anyway, as it won't run there.  Generate it while
building the tarball instead.

Bonus: doesn't distribute a useless .dirty-stamp.

Signed-off-by: Markus Armbruster <armbru@pond.sub.org>
.gitignore
Make.mk
src/scripts/gen-client-configure [new file with mode: 0755]