view bootstrap @ 6578:8c0c105d9d45

* src/tiff.mk: update to v4.5.0
author John Donoghue <john.donoghue@ieee.org>
date Thu, 22 Dec 2022 17:57:33 -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