git-version-gen: take a sed script to transform the git tag
authorLudovic Courtès <ludo@gnu.org>
Fri, 28 May 2010 10:15:23 +0000 (12:15 +0200)
committerJim Meyering <meyering@redhat.com>
Fri, 28 May 2010 15:22:17 +0000 (17:22 +0200)
commit8ab5996c4a14364411442d93babb343cc2ce0d89
treec9e3f7a5e57bbe7b937a9f26e8e33b86aa4a2e81
parent8b4add2c64d10b260c21352768e22d41dc9d2ff7
git-version-gen: take a sed script to transform the git tag

* build-aux/git-version-gen (tag_sed_script): New variable.  Use it to
transform the output of "git describe" to the canonical form.
* top/GNUmakefile (_curr-ver): Pass $(git-version-gen-tag-sed-script) as
a second argument to `git-version-gen'.
build-aux/git-version-gen
top/GNUmakefile