Changeset 29932
- Timestamp:
- 2012-01-28T05:43:16+01:00 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/backfire/tools/autoconf/patches/000-relocatable.patch
r29924 r29932 51 51 fatal "need GNU m4 1.4 or later: $m4" 52 52 if system "$m4 --help </dev/null 2>&1 | grep reload-state >/dev/null"; 53 @@ -270,6 +272,12 @@ sub load_configuration ($) 54 55 my @words = shellwords ($_); 56 my $type = shift @words; 57 + 58 + if ($ENV{'STAGING_DIR'}) 59 + { 60 + @words = map { s!^@pkgdatadir@!$ENV{'STAGING_DIR'}/../host/share/autoconf!; $_ } @words; 61 + } 62 + 63 if ($type eq 'begin-language:') 64 { 65 fatal "$file:$.: end-language missing for: $lang" 53 66 --- a/bin/autoreconf.in 54 67 +++ b/bin/autoreconf.in
Note: See TracChangeset
for help on using the changeset viewer.