view bootstrap @ 5468:3940a36c1aa6

libbiosig: Update to v2.0.4 (patch #9944). * src/libbiosig.mk: Update version and checksum. Update build rule.
author Alois Schlögl <alois.schloegl@gmx.net>
date Mon, 22 Jun 2020 22:20:35 +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