autotools.mk: let PKG_REMOVE_FILES default to aclocal.m4

SVN-Revision: 24458
This commit is contained in:
Jo-Philipp Wich 2010-12-10 22:59:07 +00:00
parent c59cc1b75d
commit 88a1c20900
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))