view bootstrap @ 4979:8e9dce45d941

* bootstrap: new file
author John Donoghue <john.donoghue@ieee.org>
date Wed, 27 Feb 2019 19:36:18 -0500
parents
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