summaryrefslogtreecommitdiffstats
path: root/rules/host-autotools-automake.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
commitce26f1c2efa162942c8f8796fd9dad64256d1738 (patch)
treebc8dab2ac0ce2460ba55b1eff289e3f91adfc250 /rules/host-autotools-automake.make
parent38a997bc2de83012c2d6db86628d33d960205fdb (diff)
downloadptxdist-ce26f1c2efa162942c8f8796fd9dad64256d1738.tar.gz
ptxdist-ce26f1c2efa162942c8f8796fd9dad64256d1738.tar.xz
[host-autotools-automake] disable devel package and install to sysroot
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/host-autotools-automake.make')
-rw-r--r--rules/host-autotools-automake.make6
1 files changed, 2 insertions, 4 deletions
diff --git a/rules/host-autotools-automake.make b/rules/host-autotools-automake.make
index 707dd3d84..ffd7e34c9 100644
--- a/rules/host-autotools-automake.make
+++ b/rules/host-autotools-automake.make
@@ -22,6 +22,7 @@ HOST_AUTOTOOLS_AUTOMAKE_SUFFIX := tar.bz2
HOST_AUTOTOOLS_AUTOMAKE_URL := $(PTXCONF_SETUP_GNUMIRROR)/automake/$(HOST_AUTOTOOLS_AUTOMAKE).$(HOST_AUTOTOOLS_AUTOMAKE_SUFFIX)
HOST_AUTOTOOLS_AUTOMAKE_SOURCE := $(SRCDIR)/$(HOST_AUTOTOOLS_AUTOMAKE).$(HOST_AUTOTOOLS_AUTOMAKE_SUFFIX)
HOST_AUTOTOOLS_AUTOMAKE_DIR := $(HOST_BUILDDIR)/$(HOST_AUTOTOOLS_AUTOMAKE)
+HOST_AUTOTOOLS_AUTOMAKE_DEVPKG := NO
$(STATEDIR)/autogen-tools: $(STATEDIR)/host-autotools-automake.install.post
@@ -37,12 +38,9 @@ $(HOST_AUTOTOOLS_AUTOMAKE_SOURCE):
# Prepare
# ----------------------------------------------------------------------------
-HOST_AUTOTOOLS_AUTOMAKE_PATH := PATH=$(HOST_PATH)
-HOST_AUTOTOOLS_AUTOMAKE_ENV := $(HOST_ENV)
-
#
# autoconf
#
-HOST_AUTOTOOLS_AUTOMAKE_AUTOCONF := $(HOST_AUTOCONF)
+HOST_AUTOTOOLS_AUTOMAKE_CONFTOOL := autoconf
# vim: syntax=make