summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xorg-util/makedepend-1.0.4
diff options
context:
space:
mode:
authorMarko Lindqvist <cazfi74@gmail.com>2013-01-10 11:58:52 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-01-15 08:10:10 +0000
commitc28b05f02b2d854b4a25d076d25234b639c96519 (patch)
treec5c59261734e9ff0c242302059230e632328942d /meta/recipes-graphics/xorg-util/makedepend-1.0.4
parent675a18d07a890a7e101462ce43e00b19b1f9f109 (diff)
downloadpoky-c28b05f02b2d854b4a25d076d25234b639c96519.tar.gz
makedepend: replace obsolete automake macros with working ones
Add obsolete_automake_macros.patch that replaces automake macros no longer supported by automake-1.13 with modern constructs. (From OE-Core rev: 6cb2ef796278b0747cda4771091d9fdc1603bea7) Signed-off-by: Marko Lindqvist <cazfi74@gmail.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/xorg-util/makedepend-1.0.4')
-rw-r--r--meta/recipes-graphics/xorg-util/makedepend-1.0.4/obsolete_automake_macros.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/meta/recipes-graphics/xorg-util/makedepend-1.0.4/obsolete_automake_macros.patch b/meta/recipes-graphics/xorg-util/makedepend-1.0.4/obsolete_automake_macros.patch
new file mode 100644
index 0000000000..d3a1695613
--- /dev/null
+++ b/meta/recipes-graphics/xorg-util/makedepend-1.0.4/obsolete_automake_macros.patch
@@ -0,0 +1,15 @@
1Upstream-status: Accepted [https://bugs.freedesktop.org/show_bug.cgi?id=59005]
2
3Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
4diff -Nurd makedepend-1.0.4/configure.ac makedepend-1.0.4/configure.ac
5--- makedepend-1.0.4/configure.ac 2012-03-08 07:54:20.000000000 +0200
6+++ makedepend-1.0.4/configure.ac 2013-01-02 16:28:21.920132502 +0200
7@@ -2,7 +2,7 @@
8 AC_INIT([makedepend], [1.0.4],
9 [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg])
10 AM_INIT_AUTOMAKE([foreign dist-bzip2])
11-AM_CONFIG_HEADER([makedepend-config.h])
12+AC_CONFIG_HEADERS([makedepend-config.h])
13
14 # Require X.Org macros 1.8 or later for MAN_SUBSTS set by XORG_MANPAGE_SECTIONS
15 m4_ifndef([XORG_MACROS_VERSION],