view bootstrap @ 7055:a7346760a4bb release octave-rc-9-0-90

Update version numbers and build rules for Octave 9.0.90 release candidate. * src/stable-octave.mk: Update version to 9.0.91. * src/release-octave.mk: Update version to 9.0.90. Update checksum for release candidate.
author John W. Eaton <jwe@octave.org>
date Wed, 07 Feb 2024 02:31:33 -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