Juhani Simola - 2016-01-02

hsft-proc needs to be separately enabled with --enable-proc option to configure.sh. This creates the hsft-apertium-proc which is symlinked.

I ran into this when adding HSFT to Mac Homebrew. The symlink step fails if proc is not built. The problem is that these lines in tools/src/hfst-proc/Makefile.am should be disabled if WANT_PROC is disabled:

cd $(DESTDIR)$(bindir) && \
    $(LN_S) -f hfst-apertium-proc$(EXEEXT) hfst-proc$(EXEEXT)

I don't know Automake well enough so I can't provide a patch.