summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/diffstat/diffstat/aclocal.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/diffstat/diffstat/aclocal.patch')
-rw-r--r--meta/recipes-devtools/diffstat/diffstat/aclocal.patch11
1 files changed, 6 insertions, 5 deletions
diff --git a/meta/recipes-devtools/diffstat/diffstat/aclocal.patch b/meta/recipes-devtools/diffstat/diffstat/aclocal.patch
index 37e518f035..ff18f1b31d 100644
--- a/meta/recipes-devtools/diffstat/diffstat/aclocal.patch
+++ b/meta/recipes-devtools/diffstat/diffstat/aclocal.patch
@@ -11,11 +11,11 @@ The original macro name (AC_ACVERSION) leads to this error:
11Upstream-Status: Inappropriate [embedded specific] 11Upstream-Status: Inappropriate [embedded specific]
12Signed-off-by: Bogdan Marinescu <bogdan.a.marinescu@intel.com> 12Signed-off-by: Bogdan Marinescu <bogdan.a.marinescu@intel.com>
13 13
14diff --git a/aclocal.m4 b/aclocal.m4 14Index: diffstat-1.58/aclocal.m4
15index 144a074..fce6eba 100644 15===================================================================
16--- a/aclocal.m4 16--- diffstat-1.58.orig/aclocal.m4 2013-10-29 01:43:23.000000000 +0200
17+++ b/aclocal.m4 17+++ diffstat-1.58/aclocal.m4 2013-11-04 11:22:53.461562567 +0200
18@@ -13,15 +13,15 @@ dnl ------------------ 18@@ -13,16 +13,16 @@
19 dnl Conditionally generate script according to whether we're using a given autoconf. 19 dnl Conditionally generate script according to whether we're using a given autoconf.
20 dnl 20 dnl
21 dnl $1 = version to compare against 21 dnl $1 = version to compare against
@@ -25,6 +25,7 @@ index 144a074..fce6eba 100644
25+dnl $3 = code to use if AC_AUTOCONF_VERSION is older than $1. 25+dnl $3 = code to use if AC_AUTOCONF_VERSION is older than $1.
26 define([CF_ACVERSION_CHECK], 26 define([CF_ACVERSION_CHECK],
27 [ 27 [
28 ifdef([AC_ACVERSION], ,[m4_copy([m4_PACKAGE_VERSION],[AC_ACVERSION])])dnl
28 ifdef([m4_version_compare], 29 ifdef([m4_version_compare],
29-[m4_if(m4_version_compare(m4_defn([AC_ACVERSION]), [$1]), -1, [$3], [$2])], 30-[m4_if(m4_version_compare(m4_defn([AC_ACVERSION]), [$1]), -1, [$3], [$2])],
30+[m4_if(m4_version_compare(m4_defn([AC_AUTOCONF_VERSION]), [$1]), -1, [$3], [$2])], 31+[m4_if(m4_version_compare(m4_defn([AC_AUTOCONF_VERSION]), [$1]), -1, [$3], [$2])],