view bootstrap @ 6791:4aa051fc0e88

* src/of-sockets.mk: update to v1.4.1
author John Donoghue <john.donoghue@ieee.org>
date Mon, 24 Jul 2023 08:32:57 -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