summaryrefslogtreecommitdiffstats
path: root/make/include/main.defs
diff options
context:
space:
mode:
authorBradley Sepos <[email protected]>2018-06-10 16:31:46 -0400
committerBradley Sepos <[email protected]>2018-06-17 00:23:34 -0400
commit517ed0030f340d3b8f3f2aee1cbac23f5e9da30a (patch)
tree5e99d507f3cc5bbb3d727d0167e6d14385e80c3b /make/include/main.defs
parent980795ec6461d49cac26afc7e3a36a2917f84f4e (diff)
contrib: make: Remove --enable-local-autotools and --enable-local-pkgconfig.
Closes #549.
Diffstat (limited to 'make/include/main.defs')
-rw-r--r--make/include/main.defs18
1 files changed, 0 insertions, 18 deletions
diff --git a/make/include/main.defs b/make/include/main.defs
index 7db389b52..3ac75c8de 100644
--- a/make/include/main.defs
+++ b/make/include/main.defs
@@ -7,30 +7,12 @@ include $(SRC/)make/include/tool.defs
###############################################################################
-ifeq (1,$(FEATURE.local_pkgconfig))
- MODULES += contrib/pkgconfig
-endif
-
HB_TOOLS_PATH =
ifeq (1,$(FEATURE.local_cmake))
MODULES += contrib/cmake
HB_TOOLS_PATH = $(call fn.ABSOLUTE,$(CONTRIB.build/)bin)
endif
-ifeq (1,$(FEATURE.local_autotools))
- MODULES += contrib/autoconf
- MODULES += contrib/automake
- MODULES += contrib/libtool
- MODULES += contrib/m4
-ifneq (1,$(FEATURE.local_pkgconfig))
- MODULES += contrib/pkgconfig
-endif
- AUTOTOOL_MODULES = AUTOCONF AUTOMAKE LIBTOOL M4 PKGCONFIG
- HB_TOOLS_PATH = $(call fn.ABSOLUTE,$(CONTRIB.build/)bin)
-else
- AUTOTOOL_MODULES =
-endif
-
ifneq (,$(HB_TOOLS_PATH))
PATH := $(HB_TOOLS_PATH):$(PATH)
endif