view bootstrap @ 5584:a1004ea5643d octave-release-6.1.0

update versions for 6.1 release * src/release-octave.mk, stable-octave.mk: Update version numbers and checksum for 6.1 release.
author John W. Eaton <jwe@octave.org>
date Tue, 24 Nov 2020 22:21:41 -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