view bootstrap @ 6456:275ec88078ef release

* src/libbiosig.mk: update to v2.4.3 (grafted from fd350f717de7a6c79e766f63df7583fba065c6fa)
author John Donoghue <john.donoghue@ieee.org>
date Wed, 12 Oct 2022 21:42:16 -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