summaryrefslogtreecommitdiff
path: root/package/flex/patches/patch-configure_ac
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2018-03-16 05:12:13 +0100
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2018-03-16 05:12:50 +0100
commit33bff173fbd52bcca0912f0caf11b91fd11a542d (patch)
tree861fde564adea971269b52578b8742bc8cc94c3e /package/flex/patches/patch-configure_ac
parentcd0e5af236e980ee577a0a6721389158081abe0c (diff)
flex: update to 2.6.4
Diffstat (limited to 'package/flex/patches/patch-configure_ac')
-rw-r--r--package/flex/patches/patch-configure_ac10
1 files changed, 5 insertions, 5 deletions
diff --git a/package/flex/patches/patch-configure_ac b/package/flex/patches/patch-configure_ac
index 3b6b448c4..2f7599357 100644
--- a/package/flex/patches/patch-configure_ac
+++ b/package/flex/patches/patch-configure_ac
@@ -1,11 +1,11 @@
---- flex-2.6.2.orig/configure.ac 2016-10-25 00:13:14.000000000 +0200
-+++ flex-2.6.2/configure.ac 2016-11-01 14:32:44.985688700 +0100
+--- flex-2.6.4.orig/configure.ac 2017-05-03 21:16:37.000000000 +0100
++++ flex-2.6.4/configure.ac 2018-03-14 05:11:52.278756139 +0100
@@ -37,8 +37,6 @@ AC_SUBST(SHARED_VERSION_INFO)
# checks for programs
-AM_GNU_GETTEXT([external])
--AM_GNU_GETTEXT_VERSION([0.19])
+-AM_GNU_GETTEXT_VERSION([0.18])
AC_PROG_YACC
- AM_PROG_LEX
- AC_PROG_CC
+ AS_IF([test "$YACC" != 'bison -y'], [
+ YACC="\${top_srcdir}/build-aux/missing bison -y"