view bootstrap @ 6071:c319371801a1

of-interval: update to v3.2.1 * src/of-interval.mk: update version/checksum * src/of-interval-2-subsref.patch, src/of-interval-3-error_state.patch: deleted * dist-files.mk: removed ref to deleted files
author John Donoghue <john.donoghue@ieee.org>
date Sat, 29 Jan 2022 10:31:18 -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