projects
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1f0c4a1
)
[include] autotools.mk: set AUTOPOINT to "true", not all hosts have it install and...
author
jow
<jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 18 Dec 2010 13:19:59 +0000
(13:19 +0000)
committer
jow
<jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 18 Dec 2010 13:19:59 +0000
(13:19 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24664
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
include/autotools.mk
patch
|
blob
|
history
diff --git
a/include/autotools.mk
b/include/autotools.mk
index
b2911d4
..
6923b01
100644
(file)
--- a/
include/autotools.mk
+++ b/
include/autotools.mk
@@
-21,7
+21,8
@@
AM_TOOL_PATHS:= \
ACLOCAL=$(STAGING_DIR_HOST)/bin/aclocal \
AUTOHEADER=$(STAGING_DIR_HOST)/bin/autoheader \
LIBTOOLIZE=$(STAGING_DIR_HOST)/bin/libtoolize \
- M4=$(STAGING_DIR_HOST)/bin/m4
+ M4=$(STAGING_DIR_HOST)/bin/m4 \
+ AUTOPOINT=true
# 1: build dir
# 2: remove files
This page took
0.027686 seconds
and
4
git commands to generate.