summaryrefslogtreecommitdiff
path: root/recipes/autoconf/autoconf-2.65/program_prefix.patch
diff options
context:
space:
mode:
authorGraeme Gregory <dp@xora.org.uk>2010-03-15 15:41:09 +0000
committerGraeme Gregory <dp@xora.org.uk>2010-03-18 19:42:37 +0000
commit3d701ecb179745aa311f373b4beb13b2f1e2cec6 (patch)
tree15915a69e4033101d7849180dde2b2281c488749 /recipes/autoconf/autoconf-2.65/program_prefix.patch
parent8471bbd175bc8571e1207febdca20858af12b54e (diff)
autoconf_2.65.bb : add newest version of autoconf.
.64 and .65 are starting to get required by some configure.in scripts
Diffstat (limited to 'recipes/autoconf/autoconf-2.65/program_prefix.patch')
-rw-r--r--recipes/autoconf/autoconf-2.65/program_prefix.patch19
1 files changed, 19 insertions, 0 deletions
diff --git a/recipes/autoconf/autoconf-2.65/program_prefix.patch b/recipes/autoconf/autoconf-2.65/program_prefix.patch
new file mode 100644
index 0000000000..e6f4096a97
--- /dev/null
+++ b/recipes/autoconf/autoconf-2.65/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
+