view bootstrap @ 5544:e2582a427c2a

* src/proj.mk: update to v7.1.1
author John Donoghue <john.donoghue@ieee.org>
date Tue, 22 Sep 2020 09:04:50 -0400
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