view bootstrap @ 5809:ac813229ff2c release

biosig: Update to version 2.3.1 * src/biosig.mk: Update version and checksum. See: https://octave.discourse.group/t/1380
author Markus Mützel <markus.muetzel@gmx.de>
date Sun, 25 Jul 2021 12:08:43 +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