Skip to content

Commit

Permalink
GitHub actions failing (#490)
Browse files Browse the repository at this point in the history
* maybe not autogen.sh?

* and they only have 2.69?

* more conversation with the CI
  • Loading branch information
malb committed May 24, 2022
1 parent 6560c2c commit 3e9fd71
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Expand Up @@ -33,7 +33,7 @@ jobs:
sudo DEBIAN_FRONTEND=noninteractive apt-get install autoconf automake libtool libgmp-dev libmpfr-dev libqd-dev
- name: Configure
run: |
./autogen.sh
autoreconf -i
./configure --disable-static $CONFIGURE_OPTS
- name: Compile
run: make -j $JOBS
Expand Down
12 changes: 1 addition & 11 deletions configure.ac
@@ -1,7 +1,7 @@
# -*- Autoconf -*-
# Process this file with autoconf to produce a configure script.

AC_PREREQ([2.71])
AC_PREREQ([2.69])
AC_INIT([fplll],[5.4.2])
AC_CONFIG_SRCDIR([fplll/fplll.cpp])
AM_MAINTAINER_MODE([enable])
Expand Down Expand Up @@ -140,16 +140,6 @@ AS_IF([test "x${have_libqd}" = "xyes"], [
# the AC_SEARCH_LIBS macro works.
AC_SUBST(LIBQD_LIBS)

# Checks for header files.
m4_warn([obsolete],
[The preprocessor macro `STDC_HEADERS' is obsolete.
Except in unusual embedded environments, you can safely include all
ISO C90 headers unconditionally.])dnl
# Autoupdate added the next two lines to ensure that your configure
# script's behavior did not change. They are probably safe to remove.
AC_CHECK_INCLUDES_DEFAULT
AC_PROG_EGREP

AC_CHECK_HEADERS([limits.h cstdio iostream string limits vector])

# Checks for typedefs, structures, and compiler characteristics.
Expand Down

0 comments on commit 3e9fd71

Please sign in to comment.