view bootstrap @ 5185:ba61e5f8161e

* src/of-sparsersb-1-deprecated.patch: Update patch for Octave 6.
author Markus Mützel <markus.muetzel@gmx.de>
date Tue, 15 Oct 2019 18:55:54 +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