Closed jdemeyer closed 5 years ago
While running ./configure, I get
./configure
./configure: line 18979: AX_PTHREAD: command not found
Indeed, it is using AX_PTHREAD in configure.ac but it's not shipping the custom m4 file containing a definition of the AX_PTHREAD macro.
AX_PTHREAD
configure.ac
Note that this is not a fatal error: configure just continues anyway.
configure
I added this file in the branch ax_pthread. If that makes the problem go away I'll merge it into the master branch.
Fixed by #49
While running
./configure
, I getIndeed, it is using
AX_PTHREAD
inconfigure.ac
but it's not shipping the custom m4 file containing a definition of theAX_PTHREAD
macro.