View | Details | Raw Unified | Return to bug 265091
Collapse All | Expand All

(-)configure.ac (-1 / +1 lines)
Lines 7-13 Link Here
7
# ----------------------------------------
7
# ----------------------------------------
8
AC_PREREQ([2.69])
8
AC_PREREQ([2.69])
9
AC_INIT([tesseract],
9
AC_INIT([tesseract],
10
        [m4_esyscmd_s([git describe --abbrev=4 2>/dev/null || cat VERSION])],
10
        [m4_esyscmd_s([test -d .git && git describe --abbrev=4 || cat VERSION])],
11
        [https://github.com/tesseract-ocr/tesseract/issues],,
11
        [https://github.com/tesseract-ocr/tesseract/issues],,
12
        [https://github.com/tesseract-ocr/tesseract/])
12
        [https://github.com/tesseract-ocr/tesseract/])
13
13

Return to bug 265091