view bootstrap @ 5526:5b5a3b078ee4

* installer-files/README.html: Update for Octave 6.1 (bug #59020).
author Markus Mützel <markus.muetzel@gmx.de>
date Thu, 27 Aug 2020 20:46:33 +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