view bootstrap @ 7173:17a8ff534f78 release

README.html: Add note about switch to Qt6 for Octave 9.2.
author Markus Mützel <markus.muetzel@gmx.de>
date Wed, 17 Apr 2024 19:13:51 +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