view bootstrap @ 6521:fe9ef30a38dd

* src/arpack.mk: fix DESTDIR value for install in native msys vs others
author John Donoghue <john.donoghue@ieee.org>
date Wed, 16 Nov 2022 08:43:42 -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