Skip to content

Commit

Permalink
cosmetic changes to configure.ac
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnCremona committed Dec 11, 2023
1 parent 52d5138 commit dfc289a
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ AC_PREREQ([2.69])
# The version is the concatenation of 'v' and the year, month, date: vyyyymmdd
# To access this as a string or integer triple, see libsrc/eclib/version.h

AC_INIT([eclib],[20231211],[[email protected]])
AC_INIT([eclib], [20231211], [[email protected]])

AM_INIT_AUTOMAKE([-Wall])
AC_MSG_NOTICE([Configuring eclib...])
Expand Down Expand Up @@ -160,11 +160,6 @@ AC_SUBST(NTL_LDFLAGS)
dnl Find the FLINT Library and determine if it has the nmod_mat module
dnl (in FLINT from version 2.3)
dnl
dnl NB By default we set FLINT_LEVEL=2, which requires FLINT version at least 3.0.0;
dnl for earlier version you must either set the
dnl environment variable FLINT_LEVEL to 1, or adding FLINT_LEVEL=1 to
dnl the configure invocation.
dnl
dnl First set defaults for when no suitable FLINT is found
dnl
AC_ARG_WITH(flint,
Expand Down

0 comments on commit dfc289a

Please sign in to comment.