autoconf: portability fixes
authorJo-Philipp Wich <jow@openwrt.org>
Tue, 24 Mar 2015 13:12:52 +0000 (13:12 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Tue, 24 Mar 2015 13:12:52 +0000 (13:12 +0000)
commite0c8e20f8c0765f58707439057405d0eb946746c
tree104309f45f01d5ac25351cd3b4750165c22fb2aa
parent8fdd0fb07c3f6bbe55d0a3ef49153e15a3538c7b
autoconf: portability fixes

The rework of the host tools discovery caused autoconf to embed
absolute paths to staging_dir/host/bin/perl into the shebang
of the generated autoconfig 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: 44971
tools/autoconf/Makefile
tools/autoconf/patches/000-relocatable.patch
tools/autoconf/patches/001-no_emacs_lib.patch