view bootstrap @ 7050:8cff2092324e

SuiteSparse: update to 7.6.0 * src/suitesparse.mk: update version and checksum. Don't override environment variables that aren't needed.
author Markus Mützel <markus.muetzel@gmx.de>
date Sun, 28 Jan 2024 11:39:57 +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