view bootstrap @ 5364:e0cb3598d809

* src/of-instrument-control.mk: update version, checksum for v0.5.0
author John Donoghue <john.donoghue@ieee.org>
date Wed, 08 Apr 2020 15:11:41 -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