view bootstrap @ 6647:d0fecc2e695a release

* src/of-statistics.mk: update to v1.5.4 (grafted from 5c6e968e7283c78c7bc5aa1d6b93c1ee2a06e568)
author John Donoghue <john.donoghue@ieee.org>
date Wed, 01 Mar 2023 09:30:07 -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