view bootstrap @ 5410:5a6cc59b7186

* remove h5 .exe binaries
author John Donoghue <john.donoghue@ieee.org>
date Tue, 19 May 2020 07:42:25 -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