diff options
author | Koen Kooi <koen@openembedded.org> | 2009-06-02 13:19:41 +0200 |
---|---|---|
committer | Koen Kooi <koen@Powerbook-3.local> | 2009-06-05 17:48:03 +0200 |
commit | 4dd4262296712bb594fd3fe02e7c70c0bc441bd2 (patch) | |
tree | 78a61537990d061bea85fa6125391dfb974609d8 /recipes/autoconf/autoconf-2.63/program_prefix.patch | |
parent | b5a7a6cec6ef3366ebb8ebf76d90bf2243a76c1d (diff) |
autoconf: add 2.63 with patches ported forward, disabled by default
Diffstat (limited to 'recipes/autoconf/autoconf-2.63/program_prefix.patch')
-rw-r--r-- | recipes/autoconf/autoconf-2.63/program_prefix.patch | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/recipes/autoconf/autoconf-2.63/program_prefix.patch b/recipes/autoconf/autoconf-2.63/program_prefix.patch new file mode 100644 index 0000000000..e6f4096a97 --- /dev/null +++ b/recipes/autoconf/autoconf-2.63/program_prefix.patch @@ -0,0 +1,19 @@ + +# +# 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 + |