Skip to content

Commit

Permalink
Add autoreconf --force --install
Browse files Browse the repository at this point in the history
  • Loading branch information
edvakf committed Jul 6, 2016
1 parent f470e45 commit 6eaea94
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ htsengine:

openjtalk:
cd $(OPENJTALK_DIR) && \
autoreconf --force --install \
./configure LDFLAGS=-static --with-charset=UTF-8 \
--with-hts-engine-header-path=$(HTSENGINE_DIR)/include \
--with-hts-engine-library-path=$(HTSENGINE_DIR)/lib && \
Expand Down

0 comments on commit 6eaea94

Please sign in to comment.