diff options
author | Richard Purdie <richard@openedhand.com> | 2006-07-21 10:10:31 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2006-07-21 10:10:31 +0000 |
commit | b2f192faabe412adce79534e22efe9fb69ee40e2 (patch) | |
tree | 7076c49d4286f8a1733650bd8fbc7161af200d57 /openembedded/packages/autoconf/autoconf-2.59/program_prefix.patch | |
parent | 2cf0eadf9f730027833af802d7e6c90b44248f80 (diff) | |
download | poky-b2f192faabe412adce79534e22efe9fb69ee40e2.tar.gz |
Rename /openembedded/ -> /meta/
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@530 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded/packages/autoconf/autoconf-2.59/program_prefix.patch')
-rw-r--r-- | openembedded/packages/autoconf/autoconf-2.59/program_prefix.patch | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/openembedded/packages/autoconf/autoconf-2.59/program_prefix.patch b/openembedded/packages/autoconf/autoconf-2.59/program_prefix.patch deleted file mode 100644 index e6f4096a97..0000000000 --- a/openembedded/packages/autoconf/autoconf-2.59/program_prefix.patch +++ /dev/null | |||
@@ -1,19 +0,0 @@ | |||
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 | |||