]> git.pond.sub.org Git - empserver/commit
Make: Make "make dist" catch stale configure
authorMarkus Armbruster <armbru@pond.sub.org>
Sun, 13 Aug 2017 12:18:37 +0000 (14:18 +0200)
committerMarkus Armbruster <armbru@pond.sub.org>
Sun, 13 Aug 2017 12:31:07 +0000 (14:31 +0200)
commited26bc80ac1c02438a21e40963b0560d5a6ae262
tree01312ab45a0ac77ad9a8f7b0b3309a2f57216244
parent10ddaca6b12cda2766269e9fc59f7612ad0da01a
Make: Make "make dist" catch stale configure

As commit 1ec9b94 explains, the version reported by configure is fixed
at configure generation time.  "make dist" happily distributes a stale
one.  Not terrible, because all that's stale is the output of
configure --version, just embarrassing.

Make gen-tarball-version fail when the configure --version doesn't
match the tarball version.

Signed-off-by: Markus Armbruster <armbru@pond.sub.org>
src/scripts/gen-tarball-version