view bootstrap @ 6030:e2c839593e09

maint: merge release to default.
author Markus Mützel <markus.muetzel@gmx.de>
date Sun, 02 Jan 2022 14:30:32 +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