view bootstrap @ 5520:efe91da1a169

Fix compiling ARPACK with gcc 10. * src/arpack-1-gcc10.patch: Cherry pick (part of) patch from upstream to (hopefully) fix compilation with gcc 10. * dist-files.mk: Add new file to list.
author Markus Mützel <markus.muetzel@gmx.de>
date Thu, 27 Aug 2020 21:37:36 +0200
parents 8e9dce45d941
children
line wrap: on
line source

#!/bin/bash
## bootstrap script
## Run this to generate the configure script

set -e      # halt if unhandled error
aclocal
autoconf    # generate configure script