This avoids another configure pass after an initial build with an older
valac <= 0.39.5.8.
See https://gitlab.gnome.org/GNOME/gnome-build-meta/issues/44
.PHONY: bootstrap
bootstrap: all
find $(top_srcdir) -name "*.vala.stamp" | xargs rm -f
- $(MAKE) $(AM_MAKEFLAGS) all VALAC=$(abs_top_builddir)/compiler/valac$(EXEEXT) V=$V
+ $(MAKE) $(AM_MAKEFLAGS) all VALAC=$(abs_top_builddir)/compiler/valac$(EXEEXT) V=$V \
+ VALAFLAGS="$(VALAFLAGS) --hide-internal --abi-stability"
.PHONY: test
test: