view bootstrap @ 5796:f85a26cf1c8f

maint: merge release to default.
author Markus Mützel <markus.muetzel@gmx.de>
date Mon, 05 Jul 2021 11:56:53 +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