view bootstrap @ 6017:97159382df37

* src/openblas.mk: update to v0.3.19
author John Donoghue <john.donoghue@ieee.org>
date Sat, 25 Dec 2021 08:15:44 -0500
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