view bootstrap @ 6361:c7c04c1e8b0e

* src/of-symbolic.mk: update to v3.0.1
author John Donoghue <john.donoghue@ieee.org>
date Thu, 11 Aug 2022 10:11:28 -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