view bootstrap @ 6520:56decd595eb7

maint: Merge release to default.
author Markus Mützel <markus.muetzel@gmx.de>
date Wed, 16 Nov 2022 08:27:17 +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