view bootstrap @ 6770:a3243a9d9fc4

* src/of-video.mk: update repo, url and version 2.1.1
author John Donoghue <john.donoghue@ieee.org>
date Sat, 08 Jul 2023 08:08:04 -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