view bootstrap @ 6002:38085f903f23

maint: merge release to default.
author Markus Mützel <markus.muetzel@gmx.de>
date Sun, 05 Dec 2021 18:30:35 +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