autoconf: rename configure.in to configure.ac

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.
This commit is contained in:
Martin Willi 2013-07-17 14:04:41 +02:00
parent 2e9e2fa848
commit c577b5eb44
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ config_includedir = $(ipseclibdir)/include
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):" \
@ -70,4 +70,4 @@ clean-local: cov-reset-common
@find $(top_builddir)/{src,scripts} -name "*.gcno" -delete
@rm -rf apidoc
.PHONY: cov-reset-common cov-reset cov-report coverage
.PHONY: cov-reset-common cov-reset cov-report coverage