view bootstrap @ 5331:9320395c7286

of-video: update to v2.0.0 * src/of-video.mk: update vdersion/checksum * src/of-video-1-fixes.patch: removed * dist-files.mk: remove ref to patch
author John Donoghue
date Mon, 02 Mar 2020 10:30:38 -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