view bootstrap @ 5160:70d28ef5d308

* src/of-stk.mk: update to v2.6.0
author John Donoghue
date Fri, 06 Sep 2019 07:55:43 -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