view bootstrap @ 5646:83f1a9946ffc

* src/proj.mk: update to v7.2.1
author John Donoghue <john.donoghue@ieee.org>
date Tue, 26 Jan 2021 15:03:48 -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