view bootstrap @ 5755:83d88df0c7d8

* src/tiff.mk: update to v4.3.0
author John Donoghue <john.donoghue@ieee.org>
date Tue, 27 Apr 2021 09:25:22 -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