view bootstrap @ 5376:f9d41043afda

* src/of-io.mk: update for v2.6.1
author John Donoghue <john.donoghue@ieee.org>
date Sun, 19 Apr 2020 07:18:29 -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