view bootstrap @ 5345:fbd2e752405e

of-dicom: update to v0.3.0 * src/of-dicom-1-gdcm3.patch: remove patch * dist-files.mk: update version/checksum * dist-files.mk: remove patch ref
author John Donoghue
date Tue, 10 Mar 2020 17:06:13 -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