view bootstrap @ 5334:53f53624ec44

* src/eigen.mk: update to v3.3.7
author John Donoghue
date Tue, 03 Mar 2020 13:28:30 -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