automake: portability fixes
authorJo-Philipp Wich <jow@openwrt.org>
Tue, 24 Mar 2015 13:13:01 +0000 (13:13 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Tue, 24 Mar 2015 13:13:01 +0000 (13:13 +0000)
commit1fe4ea5da3e39665368fb43a5439c6955024755b
treece8d0f4efdab65a5231d3710def90910faa8d32c
parent61aa54d4135fc68bbf027665aba6959c3813e7c7
automake: portability fixes

The rework of the host tools discovery caused automake to embed
absolute paths to staging_dir/host/bin/perl into the shebang
of the generated automake executables.

Switch to the portable "/usr/bin/env perl" and enable global
warnings through "$^W" instead of the "-w" interpreter argument.

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 44972
tools/automake/Makefile
tools/automake/patches/000-relocatable.patch
tools/automake/patches/100-aclocal-skip-not-existing-directories.patch