view bootstrap @ 6797:f147b2d0f0b6 release

* src/of-audio.mk: update to v2.0.6 (grafted from f661ae2d901dbb9a27cdf916f5b993ac2e20c5b7)
author John Donoghue <john.donoghue@ieee.org>
date Thu, 20 Jul 2023 10:01:28 -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