Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 1 | Upstream-Status: Inappropriate [embedded specific] |
| 2 | |
| 3 | --- a/configure.ac 2011-10-20 21:56:02.230663987 +0200 |
| 4 | +++ b/configure.ac 2011-08-17 15:01:30.000000000 +0200 |
| 5 | @@ -227,8 +227,8 @@ |
| 6 | LIBTOOL="$sh_libtool" |
| 7 | SVN_LIBTOOL="$sh_libtool" |
| 8 | else |
| 9 | - sh_libtool="$abs_builddir/libtool" |
| 10 | - SVN_LIBTOOL="\$(SHELL) $sh_libtool" |
| 11 | + sh_libtool="$abs_builddir/$host_alias-libtool" |
| 12 | + SVN_LIBTOOL="\$(SHELL) \$(abs_builddir)/$host_alias-libtool" |
| 13 | fi |
| 14 | AC_SUBST(SVN_LIBTOOL) |
| 15 | |