From dfc289ac49f675c929b24b97474d87f6ce3f93ed Mon Sep 17 00:00:00 2001 From: John Cremona Date: Mon, 11 Dec 2023 16:36:03 +0000 Subject: [PATCH] cosmetic changes to configure.ac --- configure.ac | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/configure.ac b/configure.ac index dde21b81..6a55b4c3 100644 --- a/configure.ac +++ b/configure.ac @@ -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],[john.cremona@gmail.com]) +AC_INIT([eclib], [20231211], [john.cremona@gmail.com]) AM_INIT_AUTOMAKE([-Wall]) AC_MSG_NOTICE([Configuring eclib...]) @@ -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,