view bootstrap @ 6143:ecde87d8f182

* src/gdcm.mk: update to v3.0.12
author John Donoghue <john.donoghue@ieee.org>
date Mon, 04 Apr 2022 13:08:14 -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