Skip to content

Commit

Permalink
work around autoreconf -fiv first call returning 'error: too many loops'
Browse files Browse the repository at this point in the history
  • Loading branch information
bradh352 committed Aug 17, 2021
1 parent bd368ad commit e73fb47
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ AC_CONFIG_MACRO_DIR([m4])
AM_MAINTAINER_MODE
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])

AX_REQUIRE_DEFINED([AX_CXX_COMPILE_STDCXX_11])

CARES_CHECK_OPTION_DEBUG
CARES_CHECK_OPTION_OPTIMIZE
CARES_CHECK_OPTION_WARNINGS
Expand Down
3 changes: 3 additions & 0 deletions test/configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ AC_CONFIG_MACRO_DIR([../m4])
AM_INIT_AUTOMAKE([no-define])
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])

AX_REQUIRE_DEFINED([AX_CXX_COMPILE_STDCXX_11])
AX_REQUIRE_DEFINED([AX_PTHREAD])

dnl Checks for programs.
AC_PROG_CXX
AX_CXX_COMPILE_STDCXX_11([noext],[mandatory])
Expand Down

0 comments on commit e73fb47

Please sign in to comment.