projects
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c7f4e01
)
[include] autotools.mk: touch NEWS, AUTHORS, COPYING and ChangeLog, automake wants...
author
jow
<jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 15 Dec 2010 06:05:41 +0000
(06:05 +0000)
committer
jow
<jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 15 Dec 2010 06:05:41 +0000
(06:05 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24588
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
include/autotools.mk
patch
|
blob
|
history
diff --git
a/include/autotools.mk
b/include/autotools.mk
index
2148f40
..
b2911d4
100644
(file)
--- a/
include/autotools.mk
+++ b/
include/autotools.mk
@@
-35,6
+35,7
@@
define autoreconf
if [ -f $(p)/configure.ac ] || [ -f $(p)/configure.in ]; then \
[ -f $(p)/aclocal.m4 ] && [ ! -f $(p)/acinclude.m4 ] && mv aclocal.m4 acinclude.m4; \
[ -d $(p)/autom4te.cache ] && rm -rf autom4te.cache; \
+ touch NEWS AUTHORS COPYING ChangeLog; \
$(AM_TOOL_PATHS) $(STAGING_DIR_HOST)/bin/autoreconf -v -f -i -s \
-B $(STAGING_DIR_HOST)/share/aclocal \
$(patsubst %,-B %,$(5)) \
This page took
0.026444 seconds
and
4
git commands to generate.