Fix automake warning because of redefined DEFAULT_INCLUDES

Signed-off-by: Stefan Weil <sw@weilnetz.de>
This commit is contained in:
Stefan Weil 2021-10-28 22:14:06 +02:00
parent 612ff9b7e8
commit 676b86be4d
2 changed files with 1 additions and 3 deletions

View File

@ -5,8 +5,6 @@ ACLOCAL_AMFLAGS = -I m4
CLEANFILES =
DEFAULT_INCLUDES =
SUBDIRS = . tessdata
EXTRA_DIST = README.md LICENSE

View File

@ -24,7 +24,7 @@ AC_CONFIG_SRCDIR([src/api/tesseractmain.cpp])
AC_PREFIX_DEFAULT([/usr/local])
# Automake configuration. Do not require README file (we use README.md).
AM_INIT_AUTOMAKE([foreign subdir-objects])
AM_INIT_AUTOMAKE([foreign subdir-objects nostdinc])
# Define date of package, etc. Could be useful in auto-generated
# documentation.