view bootstrap @ 5583:954bb4ead870

revert to Qt 5.14 for Octave 6.1 release
author John W. Eaton <jwe@octave.org>
date Tue, 24 Nov 2020 22:14:13 -0500
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