From f49a7a90bbc946b9bc408772b013d69630fab91e Mon Sep 17 00:00:00 2001 From: rexxnor Date: Sun, 18 Apr 2021 17:18:53 +0200 Subject: - fixed configure.ac to show last commit of current branch --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index 751dcf3f6..7c691b645 100644 --- a/configure.ac +++ b/configure.ac @@ -1868,6 +1868,7 @@ git_version= AS_IF([test ! "X$gitcommand" = "X"], [ git_version=$(cd $srcdir ; git rev-list --full-history --all --abbrev-commit | head -n 1 2>/dev/null) + git_version=$(cd $srcdir ; git log -n 1) ]) AS_IF([test "X$git_version" = "X"], [ -- cgit v1.2.3