view bootstrap @ 6279:d1ded45c3904

* src/of-dicom.mk: update to v0.5.0
author John Donoghue <john.donoghue@ieee.org>
date Thu, 30 Jun 2022 10:53:10 -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