view bootstrap @ 6692:25b6833fabcc

* src/ffmpeg.mk: update to v4.2.9
author John Donoghue <john.donoghue@ieee.org>
date Mon, 24 Apr 2023 11:51:30 -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