configure.ac has been the recommended name for autoconf input for several
years now. Newer autotools start to complain about the configure.in, so we
finally change it.
nodist_config_include_HEADERS = config.h
endif
-Android.common.mk : Android.common.mk.in configure.in
+Android.common.mk : Android.common.mk.in configure.ac
$(AM_V_GEN) \
sed \
-e "s:\@PACKAGE_VERSION\@:$(PACKAGE_VERSION):" \
@find $(top_builddir)/{src,scripts} -name "*.gcno" -delete
@rm -rf apidoc
-.PHONY: cov-reset-common cov-reset cov-report coverage
\ No newline at end of file
+.PHONY: cov-reset-common cov-reset cov-report coverage