summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/libevent/libevent-2.0.21/obsolete_automake_macros.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-support/libevent/libevent-2.0.21/obsolete_automake_macros.patch')
-rw-r--r--meta/recipes-support/libevent/libevent-2.0.21/obsolete_automake_macros.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/meta/recipes-support/libevent/libevent-2.0.21/obsolete_automake_macros.patch b/meta/recipes-support/libevent/libevent-2.0.21/obsolete_automake_macros.patch
new file mode 100644
index 0000000000..b55923220c
--- /dev/null
+++ b/meta/recipes-support/libevent/libevent-2.0.21/obsolete_automake_macros.patch
@@ -0,0 +1,15 @@
1Upstream-Status: Submitted [https://sourceforge.net/tracker/?func=detail&aid=3603774&group_id=50884&atid=461322]
2
3Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
4diff -Nurd libevent-2.0.21-stable/configure.in libevent-2.0.21-stable/configure.in
5--- libevent-2.0.21-stable/configure.in 2012-11-18 08:34:13.000000000 +0200
6+++ libevent-2.0.21-stable/configure.in 2013-02-08 02:03:58.403476183 +0200
7@@ -12,7 +12,7 @@
8 AC_CONFIG_MACRO_DIR([m4])
9
10 AM_INIT_AUTOMAKE(libevent,2.0.21-stable)
11-AM_CONFIG_HEADER(config.h)
12+AC_CONFIG_HEADERS(config.h)
13 AC_DEFINE(NUMERIC_VERSION, 0x02001500, [Numeric representation of the version])
14
15 dnl Initialize prefix.