Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change CI scripts to use "autoreconf -i" and update docs #1235

Merged
merged 1 commit into from
Feb 17, 2021

Conversation

daviesrob
Copy link
Member

autoconf 2.7 requires use of autoreconf -i for the AC_CANONICAL_HOST macro, which is pulled in by AC_FUNC_MMAP.

Update CI configuration to use this, and change the instructions in the INSTALL and README.md files to match.

Fixes AppVeyor builds, which have stopped working since they upgraded to autoconf 2.71

@jmarshall
Copy link
Member

It's autoconf 2.70 ("seventy" (!)), not 2.7.

(Also cf #1199, but this is better while autoconf 2.70+ is not very widespread. BTW there's a 2.71 release now too, a bug fix release from a few weeks ago.)

autoconf 2.70 requires use of `autoreconf -i` for the
AC_CANONICAL_HOST macro, which is pulled in by AC_FUNC_MMAP.

Update CI configuration to use this, and change the instructions in
the INSTALL and README.md files to match.
@daviesrob
Copy link
Member Author

Oops. I have amended the commit message.

@valeriuo valeriuo merged commit 680c0b8 into samtools:develop Feb 17, 2021
@daviesrob daviesrob deleted the autoreconf branch February 17, 2021 16:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants