From e1e5ec85ddb21639e56f156f36ff0eacba81313a Mon Sep 17 00:00:00 2001 From: Peter Marquardt Date: Fri, 20 Aug 2021 12:24:25 +0200 Subject: [PATCH] flex: fix WARNING: 'aclocal-1.15' is missing on your system. - rebuild configurescript --- flex.be0 | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/flex.be0 b/flex.be0 index 44f80c80f..bc4cf1cb9 100755 --- a/flex.be0 +++ b/flex.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION flex-2.6.4-1 +# BEE_VERSION flex-2.6.4-2 # more info: https://github.com/westes/flex # https://www.archlinux.org/packages/core/x86_64/flex/ @@ -22,6 +22,12 @@ PATCHURL+=( "https://beehive.molgen.mpg.de/0a8e8242b37c57b0bc0c6f673bceb5b7/flex # bee_patch "${@}" #} +# delivered configure wants aclocal-1.15 +mee_configure_pre() { + cd ${S} + ./autogen.sh +} + mee_configure() { bee_configure \ --disable-nls