view bootstrap @ 6008:0b1489337e60

* src/of-statistics.mk: update to v1.4.3
author John Donoghue <john.donoghue@ieee.org>
date Mon, 06 Dec 2021 08:53: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