summaryrefslogtreecommitdiff
path: root/repo/core/flex.xibuild
diff options
context:
space:
mode:
Diffstat (limited to 'repo/core/flex.xibuild')
-rw-r--r--repo/core/flex.xibuild1
1 files changed, 0 insertions, 1 deletions
diff --git a/repo/core/flex.xibuild b/repo/core/flex.xibuild
index 55ac710..3016a2f 100644
--- a/repo/core/flex.xibuild
+++ b/repo/core/flex.xibuild
@@ -6,7 +6,6 @@ SOURCE=https://github.com/westes/flex/releases/download/v2.6.4/flex-2.6.4.tar.gz
DESC="a utility for generating programs that recognize patterns in text"
build () {
- ./autogen.sh
./configure --prefix=/usr --docdir=/usr/share/doc/flex --disable-static
make
make check