From 88a1c20900cf18fb024405de1d30df3282eb45b3 Mon Sep 17 00:00:00 2001
From: Jo-Philipp Wich <jow@openwrt.org>
Date: Fri, 10 Dec 2010 22:59:07 +0000
Subject: [PATCH] autotools.mk: let PKG_REMOVE_FILES default to aclocal.m4

SVN-Revision: 24458
---
 include/autotools.mk | 1 +
 1 file changed, 1 insertion(+)

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))
 
-- 
GitLab