view bootstrap @ 6822:7717f4d8c4f9 release

of-symbolic: Update download URL. * src/of-symbolic.mk: Upstream repository has moved on GitHub to gnu-octave. Download tarball of release rather than from tag.
author Markus Mützel <markus.muetzel@gmx.de>
date Wed, 09 Aug 2023 14:11:06 +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