summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/re2c/re2c/configure.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-support/re2c/re2c/configure.patch')
-rw-r--r--meta-oe/recipes-support/re2c/re2c/configure.patch18
1 files changed, 18 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/re2c/re2c/configure.patch b/meta-oe/recipes-support/re2c/re2c/configure.patch
new file mode 100644
index 000000000..8ca0969ad
--- /dev/null
+++ b/meta-oe/recipes-support/re2c/re2c/configure.patch
@@ -0,0 +1,18 @@
1Modernise configure to work with modern automake.
2
3RP 2014/7/14
4
5Upstream-Status: Pending
6
7Index: re2c-0.13.5/configure.in
8===================================================================
9--- re2c-0.13.5.orig/configure.in 2008-05-25 14:42:34.000000000 +0000
10+++ re2c-0.13.5/configure.in 2014-07-17 14:10:40.595821292 +0000
11@@ -1,6 +1,6 @@
12 AC_PREREQ([2.57])
13 AC_INIT(re2c, 0.13.5, re2c-general@lists.sourceforge.net)
14-AM_INIT_AUTOMAKE(re2c, $PACKAGE_VERSION)
15+AM_INIT_AUTOMAKE([foreign])
16 AC_CONFIG_SRCDIR(actions.cc)
17 AM_CONFIG_HEADER(config.h)
18