build: Introduce rules-autoconf macro.

This commit is contained in:
Rémi Bernon 2020-03-28 17:39:20 +01:00 committed by Andrew Eikum
parent 8e2bce153c
commit 8c105d7aa1
2 changed files with 38 additions and 0 deletions

View file

@ -40,6 +40,7 @@ include $(SRC)/make/rules-source.mk
include $(SRC)/make/rules-common.mk
include $(SRC)/make/rules-meson.mk
include $(SRC)/make/rules-cmake.mk
include $(SRC)/make/rules-autoconf.mk
# If CC is coming from make's defaults or nowhere, use our own default. Otherwise respect environment.
ifeq ($(ENABLE_CCACHE),1)