view bootstrap @ 5539:fa6fca3c12d7

* tools/makeinst-script.sh.in: rename blas switch shortcut to BLAS Switcher
author John Donoghue <john.donoghue@ieee.org>
date Sat, 19 Sep 2020 10:17:43 -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