view bootstrap @ 6933:e22938526917

* src/paho-mqtt-c.mk: update to v1.3.13
author John Donoghue <john.donoghue@ieee.org>
date Thu, 19 Oct 2023 10:18: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