view bootstrap @ 5954:90a4202652e7

Don't delete octave wrapper executables when packaging for Windows. * binary-dist-rules.mk: Don't delete octave wrapper executables when packaging for Windows.
author Markus Mützel <markus.muetzel@gmx.de>
date Wed, 17 Nov 2021 15:09:42 +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