view bootstrap @ 6339:7526630d3e39 release

* src/of-instrument-control.mk: update to v0.8.0 (grafted from ae7e70790b1170d1e92d4dab554e71df9af3cbff)
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