summaryrefslogtreecommitdiff
path: root/include/autotools.mk
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2010-12-15 06:05:41 +0000
committerJo-Philipp Wich <jow@openwrt.org>2010-12-15 06:05:41 +0000
commita4350e38612031c125748090454e4ebd69cd6dac (patch)
tree32df1753bcd68a4cf12ffedd08f3b963fef044ca /include/autotools.mk
parent249693d50b0071913c7371f21c692d8f54a77a92 (diff)
downloadmtk-20170518-a4350e38612031c125748090454e4ebd69cd6dac.zip
mtk-20170518-a4350e38612031c125748090454e4ebd69cd6dac.tar.gz
mtk-20170518-a4350e38612031c125748090454e4ebd69cd6dac.tar.bz2
autotools.mk: touch NEWS, AUTHORS, COPYING and ChangeLog, automake wants them
SVN-Revision: 24588
Diffstat (limited to 'include/autotools.mk')
-rw-r--r--include/autotools.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/autotools.mk b/include/autotools.mk
index 2148f40..b2911d4 100644
--- 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)) \