opencog / link-grammar

The CMU Link Grammar natural language parser
GNU Lesser General Public License v2.1
389 stars 118 forks source link

configure: Fix help message of --with-hunspell-dictdir (fixes issue #1491) #1494

Closed ampli closed 7 months ago

ampli commented 7 months ago

I named this branch confvarexpand but found that the default hunspell directory variable cannot be expanded in the help message due to an autoconf limitation. So I just modified the help message to say it is system-dependent

On the same occasion:

  1. Assign the default through action-if-not-given of AC_ARG_WITH.
  2. Notify how to change it if the default directory is not found.
linas commented 7 months ago

fyi, I plan to publish 5.12.5 "real soon now"