view bootstrap @ 6368:e999279f10fc

* src/opkg-mqtt.mk:update to v0.0.3
author John Donoghue <john.donoghue@ieee.org>
date Sun, 21 Aug 2022 19:51:25 -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