[include] autotools.mk: let PKG_REMOVE_FILES default to aclocal.m4

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24458 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
Jo-Philipp Wich 2010-12-10 22:59:07 +00:00
parent aefe068d06
commit efeae2d233
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@
#
PKG_LIBTOOL_PATHS?=$(CONFIGURE_PATH)
PKG_REMOVE_FILES?=aclocal.m4
autoconf_bool = $(patsubst %,$(if $($(1)),--enable,--disable)-%,$(2))