Macaulay2 / mathicgb

Compute (signature) Groebner bases using the fast datastructures from mathic.
2 stars 4 forks source link

Restore libtool but with disable-shared option. #2

Closed d-torrance closed 9 years ago

d-torrance commented 9 years ago

This reverts commit 2f4d661, but the addition of the disable-shared option still prevents the building of shared libraries by default.

If shared libraries are desired (e.g., for the Debian package), users may run ./configure --enable-shared.