view bootstrap @ 5771:136e7c79d75e release

README.html: Prepare file ahead of 6.3 release. * installer-files/README.html: Add notice about ABI incompatibility.
author Markus Mützel <markus.muetzel@gmx.de>
date Sat, 05 Jun 2021 11:20:59 +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