mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2024-11-27 20:59:36 +08:00
Make automake builds less noisy by default
The old commit only silenced parts of the build,
while the new one silences the whole build.
Fixes: 4e362bba34
.
Signed-off-by: Stefan Weil <sw@weilnetz.de>
This commit is contained in:
parent
c1a56cceb9
commit
0d479d5288
@ -7,6 +7,7 @@
|
||||
* Extend URI support for Tesseract with libcurl
|
||||
* Abort LSTM training with integer model (fixes issue #1573)
|
||||
* Update documentation
|
||||
* Make automake builds less noisy by default
|
||||
|
||||
2019-12-26 - V4.1.1
|
||||
* Implemented sw build (cppan is depreciated)
|
||||
|
@ -1,8 +1,4 @@
|
||||
## run autogen.sh to create Makefile.in from this file
|
||||
|
||||
# Be less noisy by default. Can be overridden with `make V=1`.
|
||||
V = 0
|
||||
|
||||
ACLOCAL_AMFLAGS = -I m4
|
||||
|
||||
if ENABLE_TRAINING
|
||||
|
@ -76,6 +76,10 @@ AM_CONDITIONAL([OSX], false)
|
||||
AM_CONDITIONAL([GRAPHICS_DISABLED], false)
|
||||
AC_SUBST([AM_CPPFLAGS])
|
||||
|
||||
# Be less noisy by default.
|
||||
# Can be overridden with `configure --disable-silent-rules` or with `make V=1`.
|
||||
AM_SILENT_RULES([yes])
|
||||
|
||||
OPENCL_INC="/opt/AMDAPP/include"
|
||||
OPENCL_LIBS="-lOpenCL"
|
||||
#############################
|
||||
|
Loading…
Reference in New Issue
Block a user