[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-a3cf2f4a3e73master
parent
aefe068d06
commit
efeae2d233
|
@ -6,6 +6,7 @@
|
|||
#
|
||||
|
||||
PKG_LIBTOOL_PATHS?=$(CONFIGURE_PATH)
|
||||
PKG_REMOVE_FILES?=aclocal.m4
|
||||
|
||||
autoconf_bool = $(patsubst %,$(if $($(1)),--enable,--disable)-%,$(2))
|
||||
|
||||
|
|
Loading…
Reference in New Issue