view bootstrap @ 5154:529e9e5e3692

Add RtMidi package * src/rtmidi.mk: new file * dist-files.mk, index.html: add ref to RtMidi
author John Donoghue
date Mon, 19 Aug 2019 08:55:43 -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