6 # First try git-describe, then see if there is a version file
7 # (included in release tarballs), then default
8 VN
=$
(git-describe
--abbrev=4 HEAD
2>/dev
/null |
sed -e 's/-/./g') ||
12 VN
=$
(expr "$VN" : v
*'\(.*\)')
14 dirty
=$
(sh
-c 'git-diff-index --name-only HEAD' 2>/dev
/null
) || dirty
=
24 VC
=$
(sed -e 's/^GIT_VERSION = //' <$GVF)
28 test "$VN" = "$VC" ||
{
29 echo >&2 "GIT_VERSION = $VN"
30 echo "GIT_VERSION = $VN" >$GVF