diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2010-12-18 13:19:59 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2010-12-18 13:19:59 +0000 |
commit | 4e19240b9b9a87202244be617d706f4f0668bacb (patch) | |
tree | 9a22ae911e2343bd7ca3e71e78dabaaee78f20e2 /include | |
parent | 933e2c8e046a9b9120e220c14bad58a45f3dfe34 (diff) | |
download | upstream-4e19240b9b9a87202244be617d706f4f0668bacb.tar.gz upstream-4e19240b9b9a87202244be617d706f4f0668bacb.tar.bz2 upstream-4e19240b9b9a87202244be617d706f4f0668bacb.zip |
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
Diffstat (limited to 'include')
-rw-r--r-- | include/autotools.mk | 3 |
1 files changed, 2 insertions, 1 deletions
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 |