From 4edf16ce2bd8b9b0964c01741aad4db20a8bd16f Mon Sep 17 00:00:00 2001 From: jow Date: Fri, 20 Jan 2012 17:17:04 +0000 Subject: =?UTF-8?q?[tools=C3=82]=20autoconf:=20make=20bin/autoconf=20reloc?= =?UTF-8?q?atable=20as=20well?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29830 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- tools/autoconf/patches/000-relocatable.patch | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'tools/autoconf') diff --git a/tools/autoconf/patches/000-relocatable.patch b/tools/autoconf/patches/000-relocatable.patch index c66e55eb0..98661e200 100644 --- a/tools/autoconf/patches/000-relocatable.patch +++ b/tools/autoconf/patches/000-relocatable.patch @@ -137,3 +137,18 @@ unshift @INC, $pkgdatadir; # Override SHELL. On DJGPP SHELL may not be set to a shell +--- a/bin/autoconf.as ++++ b/bin/autoconf.as +@@ -85,7 +85,11 @@ exit_missing_arg=' + # restore font-lock: ' + + # Variables. +-: ${AUTOM4TE='@bindir@/@autom4te-name@'} ++if test -n "$STAGING_DIR"; then ++ : ${AUTOM4TE="$STAGING_DIR/../host/bin/@autom4te-name@"} ++else ++ : ${AUTOM4TE='@bindir@/@autom4te-name@'} ++fi + autom4te_options= + outfile= + verbose=false -- cgit v1.2.3