view bootstrap @ 5819:9cddbf0c85fa

biosig: Update to version 2.3.2 * src/libbiosig.mk: Update version and checksum. * src/opkg-biosig.mk: Update version and checksum. * src/libbiosig-1-mingw-install.patch, src/opkg-biosig-1-Makefile.patch: Remove patches. * dist-files.mk: Remove files from list. * Makefile.in: Re-enable opkg-biosig. See: https://octave.discourse.group/t/1380
author Alois Schlögl <alois.schloegl@gmx.net>
date Mon, 02 Aug 2021 19:21:31 +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