view bootstrap @ 5815:9d94b3f9d28c release

of-tsa: Update to version 4.6.3 * src/of-tsa.mk: Update version and checksum.
author Markus Mützel <markus.muetzel@gmx.de>
date Thu, 29 Jul 2021 18:56:03 +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