Removed --long option from git-describe, since it breaks on older machines

that are running the Buildbot.
This commit is contained in:
John Wiegley 2008-08-08 00:58:19 -04:00
parent 9628850bc0
commit 008302b7f5

2
acprep
View file

@ -16,7 +16,7 @@ if [ -x "$cmd" ]; then
export LIBTOOLIZE="$cmd"
fi
COMMIT=$(git describe --all --long | sed 's/heads\///')
COMMIT=$(git describe --all | sed 's/heads\///')
echo "m4_define([VERSION_NUMBER], [$COMMIT])" > version.m4