view bootstrap @ 6351:3c7f0478477f

* src/opencore-amr.mk: update to v0.1.6
author John Donoghue <john.donoghue@ieee.org>
date Mon, 01 Aug 2022 16:42:38 -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