Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
flex: fix WARNING: 'aclocal-1.15' is missing on your system.
- rebuild configurescript
  • Loading branch information
wwwutz committed Aug 20, 2021
1 parent 02046f3 commit e1e5ec8
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion 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/
Expand All @@ -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
Expand Down

0 comments on commit e1e5ec8

Please sign in to comment.