view bootstrap @ 6236:d3d051b4515f

cfitsio: update to v4.1.0 * src/cfitsio.mk: update version, update rule * src/mingw-cfitsio-1-fixes.patch: update patch
author John Donoghue <john.donoghue@ieee.org>
date Fri, 27 May 2022 14:24:31 -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