view bootstrap @ 7110:4bdfb8b72555

* src/a52dec.mk: disable update rule
author John Donoghue <john.donoghue@ieee.org>
date Fri, 15 Mar 2024 07:36:36 -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