tlwg / libthai

GNU Lesser General Public License v2.1
71 stars 18 forks source link

Error running ./configure #14

Closed chanon closed 4 years ago

chanon commented 4 years ago

Hello, trying to build libthai, but ./configure ends with this error:

./configure: line 12540: syntax error near unexpected token `$DOXYGEN_VER,ge,DOXYGEN_REQ_VER,'
./configure: line 12540: `    AX_COMPARE_VERSION($DOXYGEN_VER,ge,DOXYGEN_REQ_VER,'

I have tried setting the $DOXYGEN_VER environment variable, but it doesn't help.

chanon commented 4 years ago

Also / alternatively, could you point to where I could get a pre-built thbrk.tri file?

chanon commented 4 years ago

Nevermind, I just deleted those lines from the generated configure file.

thep commented 4 years ago

In fact, you just need to install autoconf-archive to get the macro definitions.