]> git.pond.sub.org Git - empserver/commit
configure: Fix .tarball-version access from separate build tree
authorMarkus Armbruster <armbru@pond.sub.org>
Sat, 2 Sep 2017 12:23:28 +0000 (14:23 +0200)
committerMarkus Armbruster <armbru@pond.sub.org>
Sat, 2 Sep 2017 13:00:14 +0000 (15:00 +0200)
commitece998e06458c09358da361bb0c516de8b9228ce
tree8ef8c5fccf007337485b77b9509747397c1329e7
parent74396d7fbf563cb214618d89db5647834039b8dc
configure: Fix .tarball-version access from separate build tree

configure reads .tarball-version when the source tree isn't
git-controlled.  Fails when the build tree is separate.  Fix it to
read $srcdir/.tarball-version.

The occurence in Make.mk isn't wrong, because VPATH applies there.
Change it anyway, for consistency and a bit of extra robustness.

Signed-off-by: Markus Armbruster <armbru@pond.sub.org>
Make.mk
configure.ac
src/client/configure.ac