Changeset 29830
- Timestamp:
- 2012-01-20T18:17:04+01:00 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/autoconf/patches/000-relocatable.patch
r29827 r29830 138 138 139 139 # Override SHELL. On DJGPP SHELL may not be set to a shell 140 --- a/bin/autoconf.as 141 +++ b/bin/autoconf.as 142 @@ -85,7 +85,11 @@ exit_missing_arg=' 143 # restore font-lock: ' 144 145 # Variables. 146 -: ${AUTOM4TE='@bindir@/@autom4te-name@'} 147 +if test -n "$STAGING_DIR"; then 148 + : ${AUTOM4TE="$STAGING_DIR/../host/bin/@autom4te-name@"} 149 +else 150 + : ${AUTOM4TE='@bindir@/@autom4te-name@'} 151 +fi 152 autom4te_options= 153 outfile= 154 verbose=false
Note: See TracChangeset
for help on using the changeset viewer.