view bootstrap @ 5577:7422b99c5550

Fix typo in c5d1fd921fae
author Markus Mützel <markus.muetzel@gmx.de>
date Sat, 31 Oct 2020 17:41:31 +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