summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--rules/host-autotools-autoconf.make6
1 files changed, 2 insertions, 4 deletions
diff --git a/rules/host-autotools-autoconf.make b/rules/host-autotools-autoconf.make
index cf7890843..bc69e37fb 100644
--- a/rules/host-autotools-autoconf.make
+++ b/rules/host-autotools-autoconf.make
@@ -22,6 +22,7 @@ HOST_AUTOTOOLS_AUTOCONF_SUFFIX := tar.bz2
HOST_AUTOTOOLS_AUTOCONF_URL := $(PTXCONF_SETUP_GNUMIRROR)/autoconf/$(HOST_AUTOTOOLS_AUTOCONF).$(HOST_AUTOTOOLS_AUTOCONF_SUFFIX)
HOST_AUTOTOOLS_AUTOCONF_SOURCE := $(SRCDIR)/$(HOST_AUTOTOOLS_AUTOCONF).$(HOST_AUTOTOOLS_AUTOCONF_SUFFIX)
HOST_AUTOTOOLS_AUTOCONF_DIR := $(HOST_BUILDDIR)/$(HOST_AUTOTOOLS_AUTOCONF)
+HOST_AUTOTOOLS_AUTOCONF_DEVPKG := NO
$(STATEDIR)/autogen-tools: $(STATEDIR)/host-autotools-autoconf.install.post
@@ -37,12 +38,9 @@ $(HOST_AUTOTOOLS_AUTOCONF_SOURCE):
# Prepare
# ----------------------------------------------------------------------------
-HOST_AUTOTOOLS_AUTOCONF_PATH := PATH=$(HOST_PATH)
-HOST_AUTOTOOLS_AUTOCONF_ENV := $(HOST_ENV)
-
#
# autoconf
#
-HOST_AUTOTOOLS_AUTOCONF_AUTOCONF := $(HOST_AUTOCONF)
+HOST_AUTOTOOLS_AUTOCONF_CONFTOOL := autoconf
# vim: syntax=make