Skip to content
Snippets Groups Projects
Commit 5552c8c4 authored by Ivica Bukvic's avatar Ivica Bukvic
Browse files

added autoconf to flite build to fix arch build

parent 2ac95fe4
No related branches found
No related tags found
No related merge requests found
......@@ -109,7 +109,7 @@ flite.autogen_stamp:
touch $@
flite.configure_stamp: flite.autogen_stamp
(cd $(FLITE_DIR) && sh ./configure $(CONFIGURE_ARGS) $(FLITE_CONFIGURE_ARGS) && make clean) || $(ONFAIL)
(cd $(FLITE_DIR) && autoconf && sh ./configure $(CONFIGURE_ARGS) $(FLITE_CONFIGURE_ARGS) && make clean) || $(ONFAIL)
touch $@
flite.build_stamp: flite.configure_stamp
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment