view bootstrap @ 5203:d63063880e79

* src/tiff.mk: update v4.1.0
author John Donoghue
date Mon, 11 Nov 2019 08:09:23 -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