Skip to content

Commit

Permalink
Merge pull request #1495 from amitdo/autoconf-1.63
Browse files Browse the repository at this point in the history
configure.ac: Update minimum required autoconf version to 2.63
  • Loading branch information
egorpugin authored Apr 19, 2018
2 parents 815bab6 + 20254ae commit 621f9e2
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 @@ -5,7 +5,7 @@
# ----------------------------------------
# Initialization
# ----------------------------------------
AC_PREREQ([2.59])
AC_PREREQ([2.63])
AC_INIT([tesseract],
[m4_esyscmd_s([test -d .git && git describe --abbrev=4 || cat VERSION])],
[https://github.com/tesseract-ocr/tesseract/issues],,
Expand Down

0 comments on commit 621f9e2

Please sign in to comment.