view bootstrap @ 5735:fa5ce462f09d release

biosig: Update to version 2.2.1 * src/biosig.mk: Update version and checksum.
author Markus Mützel <markus.muetzel@gmx.de>
date Sun, 18 Apr 2021 11:07:36 +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