view bootstrap @ 6330:ae7e70790b11

* src/of-instrument-control.mk: update to v0.8.0
author John Donoghue <john.donoghue@ieee.org>
date Thu, 21 Jul 2022 14:40:46 -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