Hi,
configure fails with:
configure: error: cannot find sources (spell.c) in . or ..
As the last commit was a.. while ago, this is more of a "though i'd let you know" in case someone thinks about trying this out (like me):
I changed AC_INIT(spell.c) in line 13 of configure.in to AC_INIT() and got it working then (following the README / editing prefix / datarootdir).
You'll also need xutils-dev for make depend.
Hi,
configure fails with:
configure: error: cannot find sources (spell.c) in . or ..As the last commit was a.. while ago, this is more of a "though i'd let you know" in case someone thinks about trying this out (like me):
I changed
AC_INIT(spell.c)in line 13 of configure.in toAC_INIT()and got it working then (following the README / editing prefix / datarootdir).You'll also need xutils-dev for
make depend.