view bootstrap @ 7172:63fcc61da276

maint: Merge release to default.
author Markus Mützel <markus.muetzel@gmx.de>
date Sat, 13 Apr 2024 18:30:58 +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