summaryrefslogtreecommitdiffstats
path: root/rules/host-autotools-autoconf.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2010-04-22 09:09:26 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2010-04-23 13:52:58 +0200
commit38a997bc2de83012c2d6db86628d33d960205fdb (patch)
tree5db74e2b8dc72a20ae2d6cfc39c6d3adf87f13df /rules/host-autotools-autoconf.make
parent6ee2c472f1e8abd857060a96ab5be23698274d47 (diff)
downloadptxdist-38a997bc2de83012c2d6db86628d33d960205fdb.tar.gz
ptxdist-38a997bc2de83012c2d6db86628d33d960205fdb.tar.xz
[host-autotools-autoconf] disable devel package and install to sysroot
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/host-autotools-autoconf.make')
-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