view bootstrap @ 5297:cf95c2205f38

* src/openexr.mk: dont depend on external ilmbase
author John Donoghue <john.donoghue@ieee.org>
date Sun, 09 Feb 2020 09:15:27 -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