From 008302b7f58641de723b764aac50cbe53fa2b3d9 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Fri, 8 Aug 2008 00:58:19 -0400 Subject: [PATCH] Removed --long option from git-describe, since it breaks on older machines that are running the Buildbot. --- acprep | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/acprep b/acprep index 42361a4e..c3c6beb2 100755 --- a/acprep +++ b/acprep @@ -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