Removed --long option from git-describe, since it breaks on older machines
that are running the Buildbot.
This commit is contained in:
parent
9628850bc0
commit
008302b7f5
1 changed files with 1 additions and 1 deletions
2
acprep
2
acprep
|
|
@ -16,7 +16,7 @@ if [ -x "$cmd" ]; then
|
||||||
export LIBTOOLIZE="$cmd"
|
export LIBTOOLIZE="$cmd"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
COMMIT=$(git describe --all --long | sed 's/heads\///')
|
COMMIT=$(git describe --all | sed 's/heads\///')
|
||||||
|
|
||||||
echo "m4_define([VERSION_NUMBER], [$COMMIT])" > version.m4
|
echo "m4_define([VERSION_NUMBER], [$COMMIT])" > version.m4
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue