view bootstrap @ 7047:818af4c50401 release

maint: Merge default to release.
author Markus Mützel <markus.muetzel@gmx.de>
date Wed, 24 Jan 2024 15:07: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