Skip to content

Commit

Permalink
Fix automake warning because of redefined DEFAULT_INCLUDES
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Weil <[email protected]>
  • Loading branch information
stweil committed Oct 28, 2021
1 parent 612ff9b commit 676b86b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ ACLOCAL_AMFLAGS = -I m4

CLEANFILES =

DEFAULT_INCLUDES =

SUBDIRS = . tessdata

EXTRA_DIST = README.md LICENSE
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 676b86b

Please sign in to comment.