view bootstrap @ 6341:42c17e88428a release

* src/of-instrument-control.mk: add libmodbus dependancy (grafted from fd9764ef87cbaf8d6883cc6c6461c6b8a50283fd)
author John Donoghue <john.donoghue@ieee.org>
date Thu, 21 Jul 2022 14:42:10 -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