view bootstrap @ 7031:62483c64b3f6

* src/of-statistics.mk: update to v1.6.1
author John Donoghue <john.donoghue@ieee.org>
date Thu, 11 Jan 2024 07:57:02 -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