From f6c581cc3ef85ee1b26a02456bcbf0bf52438a23 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Tue, 24 Mar 2015 13:13:01 +0000 Subject: 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 SVN-Revision: 44972 --- tools/automake/patches/100-aclocal-skip-not-existing-directories.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/automake/patches/100-aclocal-skip-not-existing-directories.patch') diff --git a/tools/automake/patches/100-aclocal-skip-not-existing-directories.patch b/tools/automake/patches/100-aclocal-skip-not-existing-directories.patch index caaad084a4..ad019ddd1a 100644 --- a/tools/automake/patches/100-aclocal-skip-not-existing-directories.patch +++ b/tools/automake/patches/100-aclocal-skip-not-existing-directories.patch @@ -1,6 +1,6 @@ --- a/bin/aclocal.in +++ b/bin/aclocal.in -@@ -354,6 +354,12 @@ sub scan_m4_dirs ($$@) +@@ -356,6 +356,12 @@ sub scan_m4_dirs ($$@) foreach my $m4dir (@dirlist) { -- cgit v1.2.3