view bootstrap @ 7097:bb258c298b5b

* src/suitesparse.mk: update to v7.6.1
author John Donoghue <john.donoghue@ieee.org>
date Sun, 03 Mar 2024 15:08:45 -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