Skip to content

Commit

Permalink
Merge pull request tesseract-ocr#4099 from pkubaj/patch-1
Browse files Browse the repository at this point in the history
Fix build without git clone in cloned directory
  • Loading branch information
stweil authored Jul 11, 2023
2 parents f49b6e9 + 9bf4b31 commit 82c7999
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# ----------------------------------------
AC_PREREQ([2.69])
AC_INIT([tesseract],
[m4_esyscmd_s([git describe --abbrev=4 2>/dev/null || cat VERSION])],
[m4_esyscmd_s([test -d .git && git describe --abbrev=4 2>/dev/null || cat VERSION])],
[https://github.com/tesseract-ocr/tesseract/issues],,
[https://github.com/tesseract-ocr/tesseract/])

Expand Down

0 comments on commit 82c7999

Please sign in to comment.