projects
/
openwrt
/
staging
/
zorun.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c59cc1b
)
autotools.mk: let PKG_REMOVE_FILES default to aclocal.m4
author
Jo-Philipp Wich
<jow@openwrt.org>
Fri, 10 Dec 2010 22:59:07 +0000
(22:59 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Fri, 10 Dec 2010 22:59:07 +0000
(22:59 +0000)
SVN-Revision: 24458
include/autotools.mk
patch
|
blob
|
history
diff --git
a/include/autotools.mk
b/include/autotools.mk
index e4c9fedbab4acc3debd2722d74fc89469866f0a7..d5f1e464c0c274cc612eba212146a3d75a16665b 100644
(file)
--- 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))