autotools.mk: let PKG_REMOVE_FILES default to aclocal.m4
SVN-Revision: 24458
This commit is contained in:
parent
c59cc1b75d
commit
88a1c20900
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue