mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-24 02:34:06 +02:00
[tools] automake: further relocation fixes
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29828 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
0ce74d9020
commit
b8a61e62d5
@ -10,6 +10,17 @@
|
|||||||
unshift @INC, (split '@PATH_SEPARATOR@', $perllibdir);
|
unshift @INC, (split '@PATH_SEPARATOR@', $perllibdir);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -57,8 +58,8 @@ $perl_threads = 0;
|
||||||
|
# @system_includes can be augmented with the `dirlist' file. Also
|
||||||
|
# --acdir will reset both @automake_includes and @system_includes.
|
||||||
|
my @user_includes = ();
|
||||||
|
-my @automake_includes = ("@datadir@/aclocal-$APIVERSION");
|
||||||
|
-my @system_includes = ('@datadir@/aclocal');
|
||||||
|
+my @automake_includes = ($ENV{'STAGING_DIR'} ? $ENV{'STAGING_DIR'} . "/../host/share/aclocal-$APIVERSION" : "@datadir@/aclocal-$APIVERSION");
|
||||||
|
+my @system_includes = ($ENV{'STAGING_DIR'} ? $ENV{'STAGING_DIR'} . '/../host/share/aclocal' : '@datadir@/aclocal');
|
||||||
|
|
||||||
|
# Whether we should copy M4 file in $user_includes[0].
|
||||||
|
my $install = 0;
|
||||||
--- a/automake.in
|
--- a/automake.in
|
||||||
+++ b/automake.in
|
+++ b/automake.in
|
||||||
@@ -31,7 +31,8 @@ package Language;
|
@@ -31,7 +31,8 @@ package Language;
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
--- a/aclocal.in
|
--- a/aclocal.in
|
||||||
+++ b/aclocal.in
|
+++ b/aclocal.in
|
||||||
@@ -309,6 +309,12 @@ sub scan_m4_dirs ($@)
|
@@ -310,6 +310,12 @@ sub scan_m4_dirs ($@)
|
||||||
|
|
||||||
foreach my $m4dir (@dirlist)
|
foreach my $m4dir (@dirlist)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user