From: Jo-Philipp Wich Date: Sat, 18 Dec 2010 13:19:59 +0000 (+0000) Subject: autotools.mk: set AUTOPOINT to "true", not all hosts have it install and it makes... X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=4e19240b9b9a87202244be617d706f4f0668bacb;p=openwrt%2Fstaging%2Fstintel.git autotools.mk: set AUTOPOINT to "true", not all hosts have it install and it makes autoreconf fail if not present, it also needs cvs which isn't installed on all hosts either SVN-Revision: 24664 --- diff --git a/include/autotools.mk b/include/autotools.mk index b2911d45fe..6923b018b9 100644 --- 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