view bootstrap @ 6815:9b15f341bf2b

* src/rtmidi.mk: update to v6.0.0
author John Donoghue <john.donoghue@ieee.org>
date Thu, 03 Aug 2023 14:36:57 -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