view bootstrap @ 5332:634526bb6d83

* src/ffmpeg.mk: update to v4.2.2
author John Donoghue
date Mon, 02 Mar 2020 16:38:39 -0500
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