소스 검색

- fixed configure.ac to show last commit of current branch

rexxnor 3 년 전
부모
커밋
f49a7a90bb
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      configure.ac

+ 1 - 0
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"],
   [