view bootstrap @ 5913:fa2337ae8097 release

README.html: Add some general comments wrt Octave on Windows (bug #61207). * installer-files/README.html: Add reference to wiki article "Octave for Microsoft Windows".
author Markus Mützel <markus.muetzel@gmx.de>
date Sun, 03 Oct 2021 13:51:43 +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