view bootstrap @ 6026:a882556270c8 release

maint: merge default to release.
author Markus Mützel <markus.muetzel@gmx.de>
date Sat, 01 Jan 2022 20:31:41 +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