summaryrefslogtreecommitdiffstats
path: root/include/autotools.mk
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2010-12-10 22:59:07 +0000
committerJo-Philipp Wich <jow@openwrt.org>2010-12-10 22:59:07 +0000
commit88a1c20900cf18fb024405de1d30df3282eb45b3 (patch)
treeba5e2ece36210478c4c483c65da0b499c8207ec2 /include/autotools.mk
parentc59cc1b75d980c2bef29bfc59ac27840dc7c4036 (diff)
downloadmaster-31e0f0ae-88a1c20900cf18fb024405de1d30df3282eb45b3.tar.gz
master-31e0f0ae-88a1c20900cf18fb024405de1d30df3282eb45b3.tar.bz2
master-31e0f0ae-88a1c20900cf18fb024405de1d30df3282eb45b3.zip
autotools.mk: let PKG_REMOVE_FILES default to aclocal.m4
SVN-Revision: 24458
Diffstat (limited to 'include/autotools.mk')
-rw-r--r--include/autotools.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/autotools.mk b/include/autotools.mk
index e4c9fedbab..d5f1e464c0 100644
--- a/include/autotools.mk
+++ b/include/autotools.mk
@@ -6,6 +6,7 @@
#
PKG_LIBTOOL_PATHS?=$(CONFIGURE_PATH)
+PKG_REMOVE_FILES?=aclocal.m4
autoconf_bool = $(patsubst %,$(if $($(1)),--enable,--disable)-%,$(2))