view bootstrap @ 5555:88d998358f62

* src/of-audio.mk: update to v2.0.2
author John Donoghue <john.donoghue@ieee.org>
date Wed, 14 Oct 2020 08:36:16 -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