# This is a 'suppressionFile' for the 'Test' buildbot build step

# These doesn't seem like important warnings, we typically get them
# during make distcheck when the test install is performed

:    ^libtool: install: warning: relinking `.*'$
:    ^libtool: install: warning: remember to run `libtool --finish .*_inst.*'$
:    ^libtool: install: warning: `.*' has not been installed in `.*_inst.*'$

# Comes from AM_PROG_LIBTOOL, not much we can do
:    ^configure.ac:143: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body$

# jas_config.h redefines PACKAGE_NAME etc
:    .*jas_config.h:.*:1: warning: .* redefined$
:    .*config.h:.*:1: warning: this is the location of the previous definition$
