]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/autoconf/autoconf-2.60/program_prefix.patch
autoconf: upgrade to 2.60
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / autoconf / autoconf-2.60 / program_prefix.patch
1 diff -ur autoconf-2.60.orig/lib/autoconf/general.m4 autoconf-2.60/lib/autoconf/general.m4
2 --- autoconf-2.60.orig/lib/autoconf/general.m4  2006-06-16 23:05:41.000000000 +0200
3 +++ autoconf-2.60/lib/autoconf/general.m4       2006-10-10 01:28:08.000000000 +0200
4 @@ -1755,8 +1755,9 @@
5  # The aliases save the names the user supplied, while $host etc.
6  # will get canonicalized.
7  test -n "$target_alias" &&
8 -  test "$program_prefix$program_suffix$program_transform_name" = \
9 -    NONENONEs,x,x, &&
10 +  test "$target_alias" != "$host_alias" &&
11 +    test "$program_prefix$program_suffix$program_transform_name" = \
12 +      NONENONEs,x,x, &&
13    program_prefix=${target_alias}-[]dnl
14  ])# AC_CANONICAL_TARGET
15  
16 Only in autoconf-2.60/lib/autoconf: general.m4.orig