view bootstrap @ 5530:1b16d40c6611

* configure.ac: Slightly improve help strings for configure switches.
author Markus Mützel <markus.muetzel@gmx.de>
date Tue, 08 Sep 2020 16:04:48 +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