]> git.tuebingen.mpg.de Git - paraslash.git/commit
build: Use git version for tarball and AC_INIT().
authorAndre Noll <maan@systemlinux.org>
Sun, 3 Aug 2014 09:44:48 +0000 (11:44 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Sun, 26 Oct 2014 12:15:54 +0000 (13:15 +0100)
commit04e257faa3b0a13cb2b0698ace9a7f70ac0d0b1b
tree03ce71b2e4da3ce2d2e89664807ebf6067631e5f
parent53f735e056015f9a1021c14b5d93f57f14035c62
build: Use git version for tarball and AC_INIT().

It's kind of silly to use "git" as the version string at all times
except for releases. This commit changes the name of the generated
tarball to use the output of git describe. Hence the "tarball"
target creates a tarball named according to the current git HEAD. For
compatibility we provide a symlink with the old name.
.gitignore
Makefile.real
configure.ac