JohnCremona / eclib

The eclib package includes mwrank (for 2-descent on elliptic curves over Q) and modular symbol code used to create the elliptic curve database.
GNU General Public License v2.0
21 stars 15 forks source link

configure.ac depends on AX_PTHREAD #48

Closed jdemeyer closed 5 years ago

jdemeyer commented 5 years ago

While running ./configure, I get

./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.

jdemeyer commented 5 years ago

Note that this is not a fatal error: configure just continues anyway.

JohnCremona commented 5 years ago

I added this file in the branch ax_pthread. If that makes the problem go away I'll merge it into the master branch.

jdemeyer commented 5 years ago

Fixed by #49