ueno/libskk

libexec/libskk is created even if fep is not enabled

fgsch opened this issue · 3 comments

as per subject, libexec/libskk is created even if fep is not enabled / installed.
it'd be nice if this is not the case.

ueno commented

Hmm, I'm afraid that I couldn't find the way to avoid creating the directory with automake. Do you have any workaround?
BTW, I'm thinking of splitting off the fep support from libskk, which should solve the problem.

ueno commented

It should be fixed with the 0.0.12 release. Also, automake seems to have changed the behavior not to create empty dir (see the bug link above).