view bootstrap @ 5563:1ac29cddea48

* src/gdal.mk: Use parallel make.
author Markus Mützel <markus.muetzel@gmx.de>
date Wed, 21 Oct 2020 16:24:44 +0200
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