view bootstrap @ 5629:8279e6b94a0b

* src/qhull.mk: update to v2020.2
author John Donoghue <john.donoghue@ieee.org>
date Wed, 30 Dec 2020 21:20:16 -0500
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