hunspell / mythes

Other
39 stars 4 forks source link

./configure: line 1852: syntax error near unexpected token `1.11' #5

Open loretoparisi opened 5 years ago

loretoparisi commented 5 years ago

I have tried to compile on macOS 11.14. I did

autoconf
./configure

but I get

./configure: line 1852: syntax error near unexpected token `1.11'
./configure: line 1852: `AM_INIT_AUTOMAKE(1.11 foreign dist-xz)'

Thank you.

kendfss commented 2 years ago

For anyone else hitting their head on this part, running autoreconf -vfi instead of autoconf got me past this hurdle. Source: https://stackoverflow.com/questions/16188335/automake-error-no-proper-invocation-of-am-init-automake-was-found