view bootstrap @ 7058:20fc643a33fb

of-optim: Adapt for change in Octave 10 * src/of-optim-2-list.patch: Add patch. * dist-files.mk: Add new file to list.
author Markus Mützel <markus.muetzel@gmx.de>
date Wed, 07 Feb 2024 20:36:26 +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