view bootstrap @ 6534:82fadb1f7eda

* src/gdal.mk: update to v3.6.0.1
author John Donoghue <john.donoghue@ieee.org>
date Fri, 18 Nov 2022 13:18:37 -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