view bootstrap @ 5952:768e44dcd00c

Backed out changeset b44f110db6ea
author Markus Mützel <markus.muetzel@gmx.de>
date Wed, 17 Nov 2021 10:48:48 +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