view bootstrap @ 6121:011d288ddbd0

maint: Merge release to default.
author Markus Mützel <markus.muetzel@gmx.de>
date Sun, 13 Mar 2022 18:34:22 +0100
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