view bootstrap @ 5517:972c082c295d

Move release-octave to latest SUNDIALS IDA. * src/release-octave.mk: Depend on sundials-ida. * src/sundials-27-ida.mk, src/sundials-27-ida-1.patch: Remove files. * dist-files.mk: Delete removed files from list. * index.html: Remove package from index.
author Markus Mützel <markus.muetzel@gmx.de>
date Sat, 01 Aug 2020 11:38:21 +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