mirror of
https://git.yoctoproject.org/poky
synced 2026-03-04 22:39:39 +01:00
autoconf: upgrade from 2.65 to 2.68
And rebase the patches to the newer code. (From OE-Core rev: aa24c1eda4b33b329d330c8bbb6d243dfd924f62) Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
5d359880f0
commit
d0c2307bca
20
meta/recipes-devtools/autoconf/autoconf/program_prefix.patch
Normal file
20
meta/recipes-devtools/autoconf/autoconf/program_prefix.patch
Normal file
@@ -0,0 +1,20 @@
|
||||
Upstream-Status: Pending
|
||||
|
||||
#
|
||||
# Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher
|
||||
#
|
||||
|
||||
--- autoconf-2.57/lib/autoconf/general.m4~program_prefix
|
||||
+++ autoconf-2.57/lib/autoconf/general.m4
|
||||
@@ -1676,8 +1676,9 @@
|
||||
# The aliases save the names the user supplied, while $host etc.
|
||||
# will get canonicalized.
|
||||
test -n "$target_alias" &&
|
||||
- test "$program_prefix$program_suffix$program_transform_name" = \
|
||||
- NONENONEs,x,x, &&
|
||||
+ test "$target_alias" != "$host_alias" &&
|
||||
+ test "$program_prefix$program_suffix$program_transform_name" = \
|
||||
+ NONENONEs,x,x, &&
|
||||
program_prefix=${target_alias}-[]dnl
|
||||
])# AC_CANONICAL_TARGET
|
||||
|
||||
Reference in New Issue
Block a user