view bootstrap @ 5994:f5bc246da8c3 release

maint: merge default to release.
author Markus Mützel <markus.muetzel@gmx.de>
date Tue, 30 Nov 2021 19:01:07 +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