aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 751dcf3f6..7c691b645 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1868,6 +1868,7 @@ git_version=
1868AS_IF([test ! "X$gitcommand" = "X"], 1868AS_IF([test ! "X$gitcommand" = "X"],
1869[ 1869[
1870 git_version=$(cd $srcdir ; git rev-list --full-history --all --abbrev-commit | head -n 1 2>/dev/null) 1870 git_version=$(cd $srcdir ; git rev-list --full-history --all --abbrev-commit | head -n 1 2>/dev/null)
1871 git_version=$(cd $srcdir ; git log -n 1)
1871]) 1872])
1872AS_IF([test "X$git_version" = "X"], 1873AS_IF([test "X$git_version" = "X"],
1873 [ 1874 [