ACFLAGS ?= --builtin_operators --data_joinpoints
# until Clang 12 the signature was printed as "char const arr[2]" instead of "const char arr[2]"
# the test should work for all versions -> replace in old output
AC_PATTERN_REPLACEMENTS := | sed -e "s/char const arr/const char arr/"
include ../Makefile.generic
