view bootstrap @ 6348:6d085baf3a99 release

Update URL for release of Octave 7.2.0 * src/release-octave.mk: Update URL from alpha to main GNU FTP server.
author Markus Mützel <markus.muetzel@gmx.de>
date Sat, 30 Jul 2022 15:42:25 +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