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>
This commit is contained in:
parent
63c6dd6896
commit
10ddaca6b1
3 changed files with 19 additions and 26 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -55,10 +55,6 @@
|
|||
/configure
|
||||
/stamp-h.in
|
||||
/sources.mk
|
||||
# $(cli_distgen)
|
||||
/src/client/aclocal.m4
|
||||
/src/client/config.h.in
|
||||
/src/client/configure
|
||||
|
||||
# Generic junk
|
||||
*.orig
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue