summaryrefslogtreecommitdiff
path: root/meta/recipes-devtools/autoconf/autoconf-2.65/program_prefix.patch
diff options
context:
space:
mode:
authorNitin A Kamble <nitin.a.kamble@intel.com>2011-05-24 09:38:17 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-06-06 15:52:15 +0100
commitaa24c1eda4b33b329d330c8bbb6d243dfd924f62 (patch)
tree6e761ada7f17b9bd640ea435f1353e74cbb5003a /meta/recipes-devtools/autoconf/autoconf-2.65/program_prefix.patch
parentd2fb8508009d9109935a3a817074f109a87b2e44 (diff)
downloadopenembedded-core-aa24c1eda4b33b329d330c8bbb6d243dfd924f62.tar.gz
openembedded-core-aa24c1eda4b33b329d330c8bbb6d243dfd924f62.tar.bz2
openembedded-core-aa24c1eda4b33b329d330c8bbb6d243dfd924f62.tar.xz
openembedded-core-aa24c1eda4b33b329d330c8bbb6d243dfd924f62.zip
autoconf: upgrade from 2.65 to 2.68
And rebase the patches to the newer code. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Diffstat (limited to 'meta/recipes-devtools/autoconf/autoconf-2.65/program_prefix.patch')
-rw-r--r--meta/recipes-devtools/autoconf/autoconf-2.65/program_prefix.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/meta/recipes-devtools/autoconf/autoconf-2.65/program_prefix.patch b/meta/recipes-devtools/autoconf/autoconf-2.65/program_prefix.patch
deleted file mode 100644
index 978a401f0..000000000
--- a/meta/recipes-devtools/autoconf/autoconf-2.65/program_prefix.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-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
-