view bootstrap @ 5721:728ff123eefc

* src/lapack.mk: update to v3.9.1
author John Donoghue <john.donoghue@ieee.org>
date Sat, 03 Apr 2021 07:42:05 -0400
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