mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2024-11-24 02:59:07 +08:00
configure.ac: Update minimum required autoconf version to 2.63
This is the autoconf version shipped in RHEL/CentOS 6.
This commit is contained in:
parent
815bab66c5
commit
20254ae5b5
@ -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],,
|
||||
|
Loading…
Reference in New Issue
Block a user