]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/autoconf/autoconf-2.57/program_prefix.patch
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / autoconf / autoconf-2.57 / program_prefix.patch
1
2 #
3 # Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher
4 #
5
6 --- autoconf-2.57/lib/autoconf/general.m4~program_prefix
7 +++ autoconf-2.57/lib/autoconf/general.m4
8 @@ -1676,8 +1676,9 @@
9  # The aliases save the names the user supplied, while $host etc.
10  # will get canonicalized.
11  test -n "$target_alias" &&
12 -  test "$program_prefix$program_suffix$program_transform_name" = \
13 -    NONENONEs,x,x, &&
14 +  test "$target_alias" != "$host_alias" &&
15 +    test "$program_prefix$program_suffix$program_transform_name" = \
16 +      NONENONEs,x,x, &&
17    program_prefix=${target_alias}-[]dnl
18  ])# AC_CANONICAL_TARGET
19