view bootstrap @ 6759:bd0c3020cd7e release

* src/of-signal.mk: update to v1.4.4 (grafted from 1377138edde7dc9743e09382f2214e04fd2704b6)
author John Donoghue <john.donoghue@ieee.org>
date Wed, 17 May 2023 13:35: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