view bootstrap @ 6336:e3fda20cb716 release

* src/of-audio.mk: update to v2.0.5 (grafted from cd46f4616af0901b2ce9b7938085ceb8ccc9fa0f)
author John Donoghue <john.donoghue@ieee.org>
date Thu, 21 Jul 2022 12:10:24 -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