view bootstrap @ 5793:b12b578132f1 release

of-control: update to v3.3.0 * src/of-control.mk: Update version and checksum.
author Markus Mützel <markus.muetzel@gmx.de>
date Thu, 24 Jun 2021 20:36:42 +0200
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