view bootstrap @ 5523:5191e4789168

suitesparse: Support using ccache. * src/suitesparse.mk: Pass switches for ccache.
author Markus Mützel <markus.muetzel@gmx.de>
date Thu, 27 Aug 2020 13:00:02 +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