view bootstrap @ 6260:4bdc9167d6ea release

README.html: Prepare file ahead of 7.2 release. * installer-files/README.html: Prepare file ahead of 7.2 release.
author Markus Mützel <markus.muetzel@gmx.de>
date Wed, 15 Jun 2022 10:50:32 +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