summaryrefslogtreecommitdiff
path: root/meta/recipes-devtools/autoconf/autoconf-2.65/config_site.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/config_site.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/config_site.patch')
-rw-r--r--meta/recipes-devtools/autoconf/autoconf-2.65/config_site.patch31
1 files changed, 0 insertions, 31 deletions
diff --git a/meta/recipes-devtools/autoconf/autoconf-2.65/config_site.patch b/meta/recipes-devtools/autoconf/autoconf-2.65/config_site.patch
deleted file mode 100644
index e3ff318bb..000000000
--- a/meta/recipes-devtools/autoconf/autoconf-2.65/config_site.patch
+++ /dev/null
@@ -1,31 +0,0 @@
-Upstream-Status: Pending
-
-Poky provides a list of site files in CONFIG_SITE whereas autoconf
-only expects one file. This patch changes autoconf to accept a list of
-them.
-
-RP 1/2/10
-
-Index: autoconf-2.65/lib/autoconf/general.m4
-===================================================================
---- autoconf-2.65.orig/lib/autoconf/general.m4 2010-02-01 12:41:32.329073138 +0000
-+++ autoconf-2.65/lib/autoconf/general.m4 2010-02-01 12:41:56.769040799 +0000
-@@ -1863,17 +1863,10 @@
- m4_define([AC_SITE_LOAD],
- [# Prefer an explicitly selected file to automatically selected ones.
- ac_site_file1=NONE
--ac_site_file2=NONE
- if test -n "$CONFIG_SITE"; then
- ac_site_file1=$CONFIG_SITE
--elif test "x$prefix" != xNONE; then
-- ac_site_file1=$prefix/share/config.site
-- ac_site_file2=$prefix/etc/config.site
--else
-- ac_site_file1=$ac_default_prefix/share/config.site
-- ac_site_file2=$ac_default_prefix/etc/config.site
- fi
--for ac_site_file in "$ac_site_file1" "$ac_site_file2"
-+for ac_site_file in $ac_site_file1
- do
- test "x$ac_site_file" = xNONE && continue
- if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then