Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Apr 23, 2024

Conversation

ampli
Copy link
Member

@ampli ampli commented Apr 20, 2024

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.

1. Specify in the help message "the default is system dependent", as
the default cannot be specified (help messages are literal strings).
2. Assign the default through action-if-not-given of AC_ARG_WITH.
3. Notify how to change if the default is not found.
@linas linas merged commit 4e1ab67 into opencog:master Apr 23, 2024
1 check passed
@linas
Copy link
Member

linas commented Apr 23, 2024

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

@ampli ampli deleted the confvarexpand branch May 25, 2024 01:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants