view bootstrap @ 5329:ce2cf0a69424

* src/of-signal.mk: remove old dependancy on of-specfun
author John Donoghue
date Thu, 27 Feb 2020 16:53:12 -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