projects
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9546b78
)
add a new helper macro to deal with conditional ./configure flags
author
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 29 Mar 2010 03:38:40 +0000
(
03:38
+0000)
committer
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 29 Mar 2010 03:38:40 +0000
(
03:38
+0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20570
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
include/autotools.mk
patch
|
blob
|
history
diff --git
a/include/autotools.mk
b/include/autotools.mk
index
e1535d0
..
c941a49
100644
(file)
--- a/
include/autotools.mk
+++ b/
include/autotools.mk
@@
-32,6
+32,7
@@
update_libtool_ucxx = \
) \
$(call update_libtool_common)
+autoconf_bool = $(patsubst %,$(if $($(1)),--enable,--disable)-%,$(2))
# prevent libtool from linking against host development libraries
define libtool_fixup_libdir
This page took
0.023129 seconds
and
4
git commands to generate.