re2c: Fix for modern automake

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
Richard Purdie 2014-07-17 15:17:14 +01:00 committed by Martin Jansa
parent 55ba655244
commit 33f132ef09
2 changed files with 20 additions and 1 deletions

View File

@ -0,0 +1,18 @@
Modernise configure to work with modern automake.
RP 2014/7/14
Upstream-Status: Pending
Index: re2c-0.13.5/configure.in
===================================================================
--- re2c-0.13.5.orig/configure.in 2008-05-25 14:42:34.000000000 +0000
+++ re2c-0.13.5/configure.in 2014-07-17 14:10:40.595821292 +0000
@@ -1,6 +1,6 @@
AC_PREREQ([2.57])
AC_INIT(re2c, 0.13.5, re2c-general@lists.sourceforge.net)
-AM_INIT_AUTOMAKE(re2c, $PACKAGE_VERSION)
+AM_INIT_AUTOMAKE([foreign])
AC_CONFIG_SRCDIR(actions.cc)
AM_CONFIG_HEADER(config.h)

View File

@ -5,7 +5,8 @@ SECTION = "devel"
LICENSE = "PD"
LIC_FILES_CHKSUM = "file://README;beginline=180;md5=822830a2204aef353f2c489f62e02089"
SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BPN}-${PV}.tar.gz"
SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BPN}-${PV}.tar.gz \
file://configure.patch"
SRC_URI[md5sum] = "4a97d8f77ed6d2c76c8bd840a43f5633"
SRC_URI[sha256sum] = "f3a995139af475e80a30207d02728b1e0065b0caade7375e974cb1b14861668c"