view bootstrap @ 5777:67a1b22b9b9c

maint: merge release to default.
author Markus Mützel <markus.muetzel@gmx.de>
date Mon, 07 Jun 2021 20:49:26 +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