view bootstrap @ 6043:e435b7ef350b

GDAL: Update to version 3.2.3. * src/gdal.mk: Update version and checksum. Remove unsupported configure option. * src/gdal-1-gcc11.patch: Remove file. * dist-files.mk: Remove deleted file from dist.
author Markus Mützel <markus.muetzel@gmx.de>
date Sat, 08 Jan 2022 15:21:15 +0100
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