view bootstrap @ 6329:17e88be8f3ed

* src/opkg-mqtt.mk: update to v0.0.2
author John Donoghue <john.donoghue@ieee.org>
date Thu, 21 Jul 2022 13:22:40 -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