Skip to content

Commit

Permalink
configure.ac: Update minimum required autoconf version to 2.63
Browse files Browse the repository at this point in the history
This is the autoconf version shipped in RHEL/CentOS 6.
  • Loading branch information
amitdo authored Apr 19, 2018
1 parent 815bab6 commit 20254ae
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 20254ae

Please sign in to comment.