git-version-gen: add --fallback option to use if git is not present
authorPeter Rosin <peda@lysator.liu.se>
Fri, 28 Dec 2012 23:45:07 +0000 (00:45 +0100)
committerEric Blake <eblake@redhat.com>
Mon, 31 Dec 2012 22:55:16 +0000 (15:55 -0700)
commitb679574e3ac7d53c20778854719043c2c4a2dc9e
tree6837984b7473f9c671dd387e0c8921671e9f2ef9
parent258a23681fb0e3c6b6031b5dfe049cac0c4a6836
git-version-gen: add --fallback option to use if git is not present

When building in a git checkout, but from a system lacking git, it
is useful to fall back to the version determined when the git
checkout was last used from a system sporting git.

* build-aux/git-version-gen: Add support for the new option --fallback,
which comes into play when there is no $tarball_version_file and
git is not working.
(scriptversion): Update.

Copyright-paperwork-exempt: yes
Signed-off-by: Peter Rosin <peda@lysator.liu.se>
ChangeLog
build-aux/git-version-gen