view bootstrap @ 6281:42b2fb1a2f70

Add opkg-mqtt * src/opkg-mqtt.mk: new file * Makefile.in, dist-files.mk, index.html: add ref to new pkg
author John Donoghue <john.donoghue@ieee.org>
date Thu, 30 Jun 2022 11:14:28 -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