view bootstrap @ 6387:8bf821eb44fb

maint: Merge release to default.
author Markus Mützel <markus.muetzel@gmx.de>
date Sat, 27 Aug 2022 13:00:38 +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